public class ExtData
extends org.bouncycastle.asn1.ASN1Object
| Constructor and Description |
|---|
ExtData() |
ExtData(org.bouncycastle.asn1.ASN1ObjectIdentifier extnID,
org.bouncycastle.asn1.ASN1Boolean critical,
org.bouncycastle.asn1.ASN1OctetString extnValue) |
ExtData(org.bouncycastle.asn1.ASN1Sequence seq) |
| Modifier and Type | Method and Description |
|---|---|
org.bouncycastle.asn1.ASN1Boolean |
getCritical() |
org.bouncycastle.asn1.ASN1ObjectIdentifier |
getExtnID() |
org.bouncycastle.asn1.ASN1OctetString |
getExtnValue() |
static ExtData |
getInstance(Object o) |
ExtData |
setCritical(org.bouncycastle.asn1.ASN1Boolean critical) |
ExtData |
setExtnID(org.bouncycastle.asn1.ASN1ObjectIdentifier extnID) |
ExtData |
setExtnValue(org.bouncycastle.asn1.ASN1OctetString extnValue) |
org.bouncycastle.asn1.ASN1Primitive |
toASN1Primitive() |
public ExtData()
public ExtData(org.bouncycastle.asn1.ASN1ObjectIdentifier extnID,
org.bouncycastle.asn1.ASN1Boolean critical,
org.bouncycastle.asn1.ASN1OctetString extnValue)
public ExtData(org.bouncycastle.asn1.ASN1Sequence seq)
public org.bouncycastle.asn1.ASN1ObjectIdentifier getExtnID()
public ExtData setExtnID(org.bouncycastle.asn1.ASN1ObjectIdentifier extnID)
public org.bouncycastle.asn1.ASN1Boolean getCritical()
public ExtData setCritical(org.bouncycastle.asn1.ASN1Boolean critical)
public org.bouncycastle.asn1.ASN1OctetString getExtnValue()
public ExtData setExtnValue(org.bouncycastle.asn1.ASN1OctetString extnValue)
public org.bouncycastle.asn1.ASN1Primitive toASN1Primitive()
toASN1Primitive in interface org.bouncycastle.asn1.ASN1EncodabletoASN1Primitive in class org.bouncycastle.asn1.ASN1ObjectCopyright © 2026. All rights reserved.