| Constructor and Description |
|---|
SerializedSCT(List<CtLog.SignedCertificateTimestamp> scts) |
| Modifier and Type | Method and Description |
|---|---|
void |
add(CtLog.SignedCertificateTimestamp sct) |
CtLog.SignedCertificateTimestamp |
get(int index) |
byte[] |
getEncoded() |
static CtLog.SerializedSCT |
getInstance(byte[] encoded) |
CtLog.SignedCertificateTimestamp |
remove(int index) |
int |
size() |
public SerializedSCT(List<CtLog.SignedCertificateTimestamp> scts)
public static CtLog.SerializedSCT getInstance(byte[] encoded)
public int size()
public CtLog.SignedCertificateTimestamp get(int index)
public CtLog.SignedCertificateTimestamp remove(int index)
public void add(CtLog.SignedCertificateTimestamp sct)
public byte[] getEncoded()
Copyright © 2019. All rights reserved.