Package org.xipki.security.ctlog
Class CtLog.DigitallySigned
- java.lang.Object
-
- org.xipki.security.ctlog.CtLog.DigitallySigned
-
-
Constructor Summary
Constructors Constructor Description DigitallySigned(CtLog.SignatureAndHashAlgorithm algorithm, byte[] signature)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description CtLog.SignatureAndHashAlgorithmgetAlgorithm()byte[]getEncoded()static CtLog.DigitallySignedgetInstance(byte[] encoded, AtomicInteger offsetObj)byte[]getSignature()ObjectgetSignatureObject()
-
-
-
Constructor Detail
-
DigitallySigned
public DigitallySigned(CtLog.SignatureAndHashAlgorithm algorithm, byte[] signature)
-
-
Method Detail
-
getInstance
public static CtLog.DigitallySigned getInstance(byte[] encoded, AtomicInteger offsetObj)
-
getAlgorithm
public CtLog.SignatureAndHashAlgorithm getAlgorithm()
-
getSignature
public byte[] getSignature()
-
getSignatureObject
public Object getSignatureObject()
-
getEncoded
public byte[] getEncoded()
-
-