Class CtLog.SignedCertificateTimestamp

  • Enclosing class:
    CtLog

    public static class CtLog.SignedCertificateTimestamp
    extends Object
    ASN1. definition:
     struct {
         Version sct_version;
         LogID id;
         uint64 timestamp;
         CtExtensions extensions;
         DigitallySigned signature
      } SignedCertificateTimestamp
     
    • Constructor Detail

      • SignedCertificateTimestamp

        public SignedCertificateTimestamp​(byte version,
                                          byte[] logId,
                                          long timestamp,
                                          byte[] extensions,
                                          CtLog.DigitallySigned digitallySigned)
    • Method Detail

      • getVersion

        public int getVersion()
      • getLogId

        public byte[] getLogId()
      • getTimestamp

        public long getTimestamp()
      • getExtensions

        public byte[] getExtensions()
      • getEncoded

        public byte[] getEncoded()