public class CtLog extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
CtLog.DigitallySigned
struct {
SignatureAndHashAlgorithm algorithm;
opaque signature<0..2^16-1>;
} DigitallySigned;
|
static class |
CtLog.HashAlgorithm |
static class |
CtLog.SerializedSCT
opaque SerializedSCT<1..2^16-1>;
|
static class |
CtLog.SignatureAlgorithm |
static class |
CtLog.SignatureAndHashAlgorithm
ASN.1 definition:
|
static class |
CtLog.SignedCertificateTimestamp
ASN1.
|
static class |
CtLog.SignedCertificateTimestampList
struct {
SerializedSCT sct_list <1..2^16-1>;
} SignedCertificateTimestampList;
|
| Constructor and Description |
|---|
CtLog() |
| Modifier and Type | Method and Description |
|---|---|
static byte[] |
getPreCertTbsCert(org.bouncycastle.asn1.x509.TBSCertificate tbsCert) |
static void |
update(Signature sig,
byte version,
long timestamp,
byte[] sctExtensions,
byte[] issuerKeyHash,
byte[] preCertTbsCert) |
public static void update(Signature sig, byte version, long timestamp, byte[] sctExtensions, byte[] issuerKeyHash, byte[] preCertTbsCert) throws SignatureException
SignatureExceptionpublic static byte[] getPreCertTbsCert(org.bouncycastle.asn1.x509.TBSCertificate tbsCert)
throws IOException
IOExceptionCopyright © 2020. All rights reserved.