public class IetfAttrSyntax extends Object implements org.bouncycastle.asn1.ASN1Encodable
IetfAttrSyntax as specified
by RFC3281.
IetfAttrSyntax ::= SEQUENCE {
policyAuthority [0] GeneralNames OPTIONAL,
values SEQUENCE OF CHOICE {
octets OCTET STRING,
oid OBJECT IDENTIFIER,
string UTF8String
}
}
| Modifier and Type | Field and Description |
|---|---|
static int |
VALUE_OCTETS |
static int |
VALUE_OID |
static int |
VALUE_UTF8 |
| Constructor and Description |
|---|
IetfAttrSyntax(org.bouncycastle.asn1.ASN1Sequence seq) |
| Modifier and Type | Method and Description |
|---|---|
org.bouncycastle.asn1.x509.GeneralNames |
getPolicyAuthority() |
List |
getValues() |
int |
getValueType() |
org.bouncycastle.asn1.ASN1Primitive |
toASN1Primitive() |
public static final int VALUE_OCTETS
public static final int VALUE_OID
public static final int VALUE_UTF8
public org.bouncycastle.asn1.x509.GeneralNames getPolicyAuthority()
public int getValueType()
public List getValues()
public org.bouncycastle.asn1.ASN1Primitive toASN1Primitive()
toASN1Primitive in interface org.bouncycastle.asn1.ASN1EncodableCopyright © 2014. All rights reserved.