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