| Constructor and Description |
|---|
SignedCertificateTimestamp(byte version,
byte[] logId,
long timestamp,
byte[] extensions,
CtLog.DigitallySigned digitallySigned) |
| Modifier and Type | Method and Description |
|---|---|
CtLog.DigitallySigned |
getDigitallySigned() |
byte[] |
getEncoded() |
byte[] |
getExtensions() |
static CtLog.SignedCertificateTimestamp |
getInstance(byte[] encoded,
AtomicInteger offsetObj,
int len) |
byte[] |
getLogId() |
long |
getTimestamp() |
int |
getVersion() |
public SignedCertificateTimestamp(byte version,
byte[] logId,
long timestamp,
byte[] extensions,
CtLog.DigitallySigned digitallySigned)
public static CtLog.SignedCertificateTimestamp getInstance(byte[] encoded, AtomicInteger offsetObj, int len)
public int getVersion()
public byte[] getLogId()
public long getTimestamp()
public byte[] getExtensions()
public CtLog.DigitallySigned getDigitallySigned()
public byte[] getEncoded()
Copyright © 2019. All rights reserved.