Uses of Class
org.xipki.security.ctlog.CtLog.DigitallySigned
-
Packages that use CtLog.DigitallySigned Package Description org.xipki.security.ctlog -
-
Uses of CtLog.DigitallySigned in org.xipki.security.ctlog
Methods in org.xipki.security.ctlog that return CtLog.DigitallySigned Modifier and Type Method Description CtLog.DigitallySignedCtLog.SignedCertificateTimestamp. getDigitallySigned()static CtLog.DigitallySignedCtLog.DigitallySigned. getInstance(byte[] encoded, AtomicInteger offsetObj)Constructors in org.xipki.security.ctlog with parameters of type CtLog.DigitallySigned Constructor Description SignedCertificateTimestamp(byte version, byte[] logId, long timestamp, byte[] extensions, CtLog.DigitallySigned digitallySigned)
-