Package org.xipki.security.ctlog
Class CtLog.SignedCertificateTimestamp
- java.lang.Object
-
- org.xipki.security.ctlog.CtLog.SignedCertificateTimestamp
-
-
Constructor Summary
Constructors Constructor Description SignedCertificateTimestamp(byte version, byte[] logId, long timestamp, byte[] extensions, CtLog.DigitallySigned digitallySigned)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description CtLog.DigitallySignedgetDigitallySigned()byte[]getEncoded()byte[]getExtensions()static CtLog.SignedCertificateTimestampgetInstance(byte[] encoded, AtomicInteger offsetObj, int len)byte[]getLogId()longgetTimestamp()intgetVersion()
-
-
-
Constructor Detail
-
SignedCertificateTimestamp
public SignedCertificateTimestamp(byte version, byte[] logId, long timestamp, byte[] extensions, CtLog.DigitallySigned digitallySigned)
-
-
Method Detail
-
getInstance
public static CtLog.SignedCertificateTimestamp getInstance(byte[] encoded, AtomicInteger offsetObj, int len)
-
getVersion
public int getVersion()
-
getLogId
public byte[] getLogId()
-
getTimestamp
public long getTimestamp()
-
getExtensions
public byte[] getExtensions()
-
getDigitallySigned
public CtLog.DigitallySigned getDigitallySigned()
-
getEncoded
public byte[] getEncoded()
-
-