|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.glite.security.voms.ac.IetfAttrSyntax
IetfAttrSyntax
as specified
by RFC3281.
public class IetfAttrSyntax
Field Summary | |
---|---|
static int |
VALUE_OCTETS
Deprecated. |
static int |
VALUE_OID
Deprecated. |
static int |
VALUE_UTF8
Deprecated. |
Constructor Summary | |
---|---|
IetfAttrSyntax(org.bouncycastle.asn1.ASN1Sequence seq)
Deprecated. |
Method Summary | |
---|---|
org.bouncycastle.asn1.DERObject |
getDERObject()
Deprecated. IetfAttrSyntax ::= SEQUENCE { policyAuthority [0] GeneralNames OPTIONAL, values SEQUENCE OF CHOICE { octets OCTET STRING, oid OBJECT IDENTIFIER, string UTF8String } } |
org.bouncycastle.asn1.x509.GeneralNames |
getPolicyAuthority()
Deprecated. |
java.util.List |
getValues()
Deprecated. |
int |
getValueType()
Deprecated. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final int VALUE_OCTETS
public static final int VALUE_OID
public static final int VALUE_UTF8
Constructor Detail |
---|
public IetfAttrSyntax(org.bouncycastle.asn1.ASN1Sequence seq)
Method Detail |
---|
public org.bouncycastle.asn1.x509.GeneralNames getPolicyAuthority()
public int getValueType()
public java.util.List getValues()
public org.bouncycastle.asn1.DERObject getDERObject()
IetfAttrSyntax ::= SEQUENCE { policyAuthority [0] GeneralNames OPTIONAL, values SEQUENCE OF CHOICE { octets OCTET STRING, oid OBJECT IDENTIFIER, string UTF8String } }
getDERObject
in interface org.bouncycastle.asn1.DEREncodable
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |