public class IetfAttrSyntax extends ASN1Encodable
IetfAttrSyntax as specified by RFC3281.| Modifier and Type | Field and Description |
|---|---|
static int |
VALUE_OCTETS |
static int |
VALUE_OID |
static int |
VALUE_UTF8 |
BER, DER| Constructor and Description |
|---|
IetfAttrSyntax(ASN1Sequence seq) |
| Modifier and Type | Method and Description |
|---|---|
GeneralNames |
getPolicyAuthority() |
Object[] |
getValues() |
int |
getValueType() |
DERObject |
toASN1Object()
IetfAttrSyntax ::= SEQUENCE {
policyAuthority [0] GeneralNames OPTIONAL,
values SEQUENCE OF CHOICE {
octets OCTET STRING,
oid OBJECT IDENTIFIER,
string UTF8String
}
}
|
equals, getDEREncoded, getDERObject, getEncoded, getEncoded, hashCodepublic static final int VALUE_OCTETS
public static final int VALUE_OID
public static final int VALUE_UTF8
public IetfAttrSyntax(ASN1Sequence seq)
public GeneralNames getPolicyAuthority()
public int getValueType()
public Object[] getValues()
public DERObject toASN1Object()
IetfAttrSyntax ::= SEQUENCE {
policyAuthority [0] GeneralNames OPTIONAL,
values SEQUENCE OF CHOICE {
octets OCTET STRING,
oid OBJECT IDENTIFIER,
string UTF8String
}
}
toASN1Object in class ASN1EncodableCopyright © 2015. All rights reserved.