Uses of Enum
org.conscrypt.ct.DigitallySigned.SignatureAlgorithm
Packages that use DigitallySigned.SignatureAlgorithm
-
Uses of DigitallySigned.SignatureAlgorithm in org.conscrypt.ct
Fields in org.conscrypt.ct declared as DigitallySigned.SignatureAlgorithmModifier and TypeFieldDescriptionprivate final DigitallySigned.SignatureAlgorithm
DigitallySigned.signatureAlgorithm
private static DigitallySigned.SignatureAlgorithm[]
DigitallySigned.SignatureAlgorithm.values
Methods in org.conscrypt.ct that return DigitallySigned.SignatureAlgorithmModifier and TypeMethodDescriptionDigitallySigned.getSignatureAlgorithm()
DigitallySigned.SignatureAlgorithm.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.SignatureAlgorithm[]
DigitallySigned.SignatureAlgorithm.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.SignatureAlgorithmModifierConstructorDescriptionDigitallySigned
(DigitallySigned.HashAlgorithm hashAlgorithm, DigitallySigned.SignatureAlgorithm signatureAlgorithm, byte[] signature)