Uses of Class
org.xipki.security.ctlog.CtLog.SignedCertificateTimestamp
-
Packages that use CtLog.SignedCertificateTimestamp Package Description org.xipki.security.ctlog -
-
Uses of CtLog.SignedCertificateTimestamp in org.xipki.security.ctlog
Methods in org.xipki.security.ctlog that return CtLog.SignedCertificateTimestamp Modifier and Type Method Description CtLog.SignedCertificateTimestampCtLog.SerializedSCT. get(int index)static CtLog.SignedCertificateTimestampCtLog.SignedCertificateTimestamp. getInstance(byte[] encoded, AtomicInteger offsetObj, int len)CtLog.SignedCertificateTimestampCtLog.SerializedSCT. remove(int index)Methods in org.xipki.security.ctlog with parameters of type CtLog.SignedCertificateTimestamp Modifier and Type Method Description voidCtLog.SerializedSCT. add(CtLog.SignedCertificateTimestamp sct)Constructor parameters in org.xipki.security.ctlog with type arguments of type CtLog.SignedCertificateTimestamp Constructor Description SerializedSCT(List<CtLog.SignedCertificateTimestamp> scts)
-