Uses of Class
org.xipki.security.ctlog.CtLog.SignatureAlgorithm
-
Packages that use CtLog.SignatureAlgorithm Package Description org.xipki.security.ctlog -
-
Uses of CtLog.SignatureAlgorithm in org.xipki.security.ctlog
Methods in org.xipki.security.ctlog that return CtLog.SignatureAlgorithm Modifier and Type Method Description CtLog.SignatureAlgorithmCtLog.SignatureAndHashAlgorithm. getSignature()static CtLog.SignatureAlgorithmCtLog.SignatureAlgorithm. ofCode(byte code)static CtLog.SignatureAlgorithmCtLog.SignatureAlgorithm. valueOf(String name)Returns the enum constant of this type with the specified name.static CtLog.SignatureAlgorithm[]CtLog.SignatureAlgorithm. 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.SignatureAlgorithm Constructor Description SignatureAndHashAlgorithm(CtLog.HashAlgorithm hash, CtLog.SignatureAlgorithm signature)
-