Package org.xipki.security.ctlog
Class CtLog.SignatureAndHashAlgorithm
- java.lang.Object
-
- org.xipki.security.ctlog.CtLog.SignatureAndHashAlgorithm
-
-
Constructor Summary
Constructors Constructor Description SignatureAndHashAlgorithm(CtLog.HashAlgorithm hash, CtLog.SignatureAlgorithm signature)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description byte[]getEncoded()CtLog.HashAlgorithmgetHash()static CtLog.SignatureAndHashAlgorithmgetInstance(byte[] encoded)CtLog.SignatureAlgorithmgetSignature()
-
-
-
Constructor Detail
-
SignatureAndHashAlgorithm
public SignatureAndHashAlgorithm(CtLog.HashAlgorithm hash, CtLog.SignatureAlgorithm signature)
-
-
Method Detail
-
getInstance
public static CtLog.SignatureAndHashAlgorithm getInstance(byte[] encoded)
-
getHash
public CtLog.HashAlgorithm getHash()
-
getSignature
public CtLog.SignatureAlgorithm getSignature()
-
getEncoded
public byte[] getEncoded()
-
-