Uses of Enum
org.conscrypt.HpkeSuite.AEAD
Packages that use HpkeSuite.AEAD
-
Uses of HpkeSuite.AEAD in org.conscrypt
Subclasses with type arguments of type HpkeSuite.AEAD in org.conscryptFields in org.conscrypt declared as HpkeSuite.AEADMethods in org.conscrypt that return HpkeSuite.AEADModifier and TypeMethodDescriptionHpkeSuite.convertAead(int aead) Deprecated.static HpkeSuite.AEADHpkeSuite.AEAD.forId(int id) Returns the AEAD value for a given id.HpkeSuite.getAead()AEAD configured while creating an instance ofHpkeSuitestatic HpkeSuite.AEADReturns 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.