Uses of Class
org.conscrypt.ct.DigitallySigned.HashAlgorithm
-
Packages that use DigitallySigned.HashAlgorithm Package Description org.conscrypt.ct -
-
Uses of DigitallySigned.HashAlgorithm in org.conscrypt.ct
Methods in org.conscrypt.ct that return DigitallySigned.HashAlgorithm Modifier and Type Method Description DigitallySigned.HashAlgorithmDigitallySigned. getHashAlgorithm()static DigitallySigned.HashAlgorithmDigitallySigned.HashAlgorithm. valueOf(int ord)Returns the enum constant of this type with the specified name.static DigitallySigned.HashAlgorithmDigitallySigned.HashAlgorithm. valueOf(String 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.HashAlgorithm Constructor Description DigitallySigned(DigitallySigned.HashAlgorithm hashAlgorithm, DigitallySigned.SignatureAlgorithm signatureAlgorithm, byte[] signature)
-