public class SignPolExtn extends ASN1Object
SignPolExtn ::= SEQUENCE {
extnID OBJECT IDENTIFIER ObjectIdentifier,
extnValue OCTET STRING OctetString
}
The extnID field shall contain the object identifier for the extension. The extnValue field shall contain the DER(see ITU-T Recommendation X.690 [3]) encoded value of the extension. The definition of an extension, as identified by extnID shall include a definition of the syntax and semantics of the extension.
ASN1Sequence,
ASN1Primitive| Constructor and Description |
|---|
SignPolExtn() |
| Modifier and Type | Method and Description |
|---|---|
ObjectIdentifier |
getExtnID() |
OctetString |
getExtnValue() |
void |
parse(org.bouncycastle.asn1.ASN1Primitive derObject) |
void |
setExtnID(ObjectIdentifier extnID) |
void |
setExtnValue(OctetString extnValue) |
getDEREnumerated, getDERSequencepublic ObjectIdentifier getExtnID()
public void setExtnID(ObjectIdentifier extnID)
public OctetString getExtnValue()
public void setExtnValue(OctetString extnValue)
public void parse(org.bouncycastle.asn1.ASN1Primitive derObject)
parse in class ASN1ObjectderObject - ASN1 Primitive to parseCopyright © 2021 SERPRO - Serviço Federal de Processamento de Dados. All rights reserved.