Uses of Class
org.xipki.security.ctlog.CtLog.HashAlgorithm
-
Packages that use CtLog.HashAlgorithm Package Description org.xipki.security.ctlog -
-
Uses of CtLog.HashAlgorithm in org.xipki.security.ctlog
Methods in org.xipki.security.ctlog that return CtLog.HashAlgorithm Modifier and Type Method Description CtLog.HashAlgorithmCtLog.SignatureAndHashAlgorithm. getHash()static CtLog.HashAlgorithmCtLog.HashAlgorithm. ofCode(byte code)static CtLog.HashAlgorithmCtLog.HashAlgorithm. valueOf(String name)Returns the enum constant of this type with the specified name.static CtLog.HashAlgorithm[]CtLog.HashAlgorithm. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.xipki.security.ctlog with parameters of type CtLog.HashAlgorithm Constructor Description SignatureAndHashAlgorithm(CtLog.HashAlgorithm hash, CtLog.SignatureAlgorithm signature)
-