org.bouncycastle.asn1.x509
public class IetfAttrSyntax extends ASN1Encodable
IetfAttrSyntax as specified by RFC3281.
| Field Summary | |
|---|---|
| static int | VALUE_OCTETS |
| static int | VALUE_OID |
| static int | VALUE_UTF8 |
| Constructor Summary | |
|---|---|
| IetfAttrSyntax(ASN1Sequence seq) | |
| Method Summary | |
|---|---|
| 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
}
}
|
IetfAttrSyntax ::= SEQUENCE {
policyAuthority [0] GeneralNames OPTIONAL,
values SEQUENCE OF CHOICE {
octets OCTET STRING,
oid OBJECT IDENTIFIER,
string UTF8String
}
}