public class IetfAttrSyntax extends ASN1Object
IetfAttrSyntax as specified by RFC3281.| Modifier and Type | Field and Description |
|---|---|
static int |
VALUE_OCTETS |
static int |
VALUE_OID |
static int |
VALUE_UTF8 |
| Modifier and Type | Method and Description |
|---|---|
static IetfAttrSyntax |
getInstance(java.lang.Object obj) |
GeneralNames |
getPolicyAuthority() |
java.lang.Object[] |
getValues() |
int |
getValueType() |
ASN1Primitive |
toASN1Primitive()
IetfAttrSyntax ::= SEQUENCE {
policyAuthority [0] GeneralNames OPTIONAL,
values SEQUENCE OF CHOICE {
octets OCTET STRING,
oid OBJECT IDENTIFIER,
string UTF8String
}
}
|
equals, getEncoded, getEncoded, hasEncodedTagValue, hashCode, toASN1Objectpublic static final int VALUE_OCTETS
public static final int VALUE_OID
public static final int VALUE_UTF8
public static IetfAttrSyntax getInstance(java.lang.Object obj)
public GeneralNames getPolicyAuthority()
public int getValueType()
public java.lang.Object[] getValues()
public ASN1Primitive toASN1Primitive()
IetfAttrSyntax ::= SEQUENCE {
policyAuthority [0] GeneralNames OPTIONAL,
values SEQUENCE OF CHOICE {
octets OCTET STRING,
oid OBJECT IDENTIFIER,
string UTF8String
}
}
toASN1Primitive in interface ASN1EncodabletoASN1Primitive in class ASN1Object