public class SctExtension
extends java.lang.Object
Extension entry inside the sct_extensions list of an
RFC 9162 (CT v2) SignedCertificateTimestampDataV2.
struct {
ExtensionType extension_type; // uint16
opaque extension_data<0..2^16-1>;
} Extension;
No ExtensionType values are assigned by RFC 9162 itself; the registry was
established under section 10.2.4 for future extensions.| Constructor and Description |
|---|
SctExtension(int extensionType,
byte[] extensionData) |
| Modifier and Type | Method and Description |
|---|---|
byte[] |
getExtensionData() |
int |
getExtensionType() |