Uses of Enum
org.conscrypt.ct.DigitallySigned.HashAlgorithm
Packages that use DigitallySigned.HashAlgorithm
-
Uses of DigitallySigned.HashAlgorithm in org.conscrypt.ct
Fields in org.conscrypt.ct declared as DigitallySigned.HashAlgorithmModifier and TypeFieldDescriptionprivate final DigitallySigned.HashAlgorithm
DigitallySigned.hashAlgorithm
private static DigitallySigned.HashAlgorithm[]
DigitallySigned.HashAlgorithm.values
Methods in org.conscrypt.ct that return DigitallySigned.HashAlgorithmModifier and TypeMethodDescriptionDigitallySigned.getHashAlgorithm()
DigitallySigned.HashAlgorithm.valueOf
(int ord) Returns the enum constant of this type with the specified name.Returns the enum constant of this type with the specified name.static DigitallySigned.HashAlgorithm[]
DigitallySigned.HashAlgorithm.values()
Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.conscrypt.ct with parameters of type DigitallySigned.HashAlgorithmModifierConstructorDescriptionDigitallySigned
(DigitallySigned.HashAlgorithm hashAlgorithm, DigitallySigned.SignatureAlgorithm signatureAlgorithm, byte[] signature)