Uses of Enum
org.conscrypt.MlDsaAlgorithm
Packages that use MlDsaAlgorithm
-
Uses of MlDsaAlgorithm in org.conscrypt
Methods in org.conscrypt that return MlDsaAlgorithmModifier and TypeMethodDescriptionOpenSslMlDsaPrivateKey.getMlDsaAlgorithm()OpenSslMlDsaPublicKey.getMlDsaAlgorithm()static MlDsaAlgorithmstatic MlDsaAlgorithmReturns the enum constant of this type with the specified name.static MlDsaAlgorithm[]MlDsaAlgorithm.values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.conscrypt with parameters of type MlDsaAlgorithmModifierConstructorDescriptionOpenSslMlDsaPrivateKey(byte[] seed, MlDsaAlgorithm algorithm) OpenSslMlDsaPublicKey(byte[] raw, MlDsaAlgorithm algorithm)