org.glite.voms.ac
public class IetfAttrSyntax extends java.lang.Object implements org.bouncycastle.asn1.DEREncodable
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.DERObject |
getDERObject() |
org.bouncycastle.asn1.x509.GeneralNames |
getPolicyAuthority() |
java.util.List |
getValues() |
int |
getValueType() |
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 java.util.List getValues()
public org.bouncycastle.asn1.DERObject getDERObject()
getDERObject in interface org.bouncycastle.asn1.DEREncodable