Uses of Class
org.conscrypt.HpkeSuite.AEAD
-
Packages that use HpkeSuite.AEAD Package Description org.conscrypt -
-
Uses of HpkeSuite.AEAD in org.conscrypt
Fields in org.conscrypt declared as HpkeSuite.AEAD Modifier and Type Field Description private HpkeSuite.AEADHpkeSuite. mAeadMethods in org.conscrypt that return HpkeSuite.AEAD Modifier and Type Method Description HpkeSuite.AEADHpkeSuite. convertAead(int aead)Deprecated.static HpkeSuite.AEADHpkeSuite.AEAD. forId(int id)Returns the AEAD value for a given id.HpkeSuite.AEADHpkeSuite. getAead()AEAD configured while creating an instance ofHpkeSuitestatic HpkeSuite.AEADHpkeSuite.AEAD. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static HpkeSuite.AEAD[]HpkeSuite.AEAD. values()Returns an array containing the constants of this enum type, in the order they are declared.
-