Package org.xipki.security.ctlog
Class CtLog.SignedCertificateTimestampList
- java.lang.Object
-
- org.xipki.security.ctlog.CtLog.SignedCertificateTimestampList
-
-
Constructor Summary
Constructors Constructor Description SignedCertificateTimestampList(CtLog.SerializedSCT sctList)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description byte[]getEncoded()static CtLog.SignedCertificateTimestampListgetInstance(byte[] encoded)CtLog.SerializedSCTgetSctList()
-
-
-
Constructor Detail
-
SignedCertificateTimestampList
public SignedCertificateTimestampList(CtLog.SerializedSCT sctList)
-
-
Method Detail
-
getInstance
public static CtLog.SignedCertificateTimestampList getInstance(byte[] encoded)
-
getSctList
public CtLog.SerializedSCT getSctList()
-
getEncoded
public byte[] getEncoded()
-
-