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