org.apache.geronimo.crypto.asn1.x509
Class IetfAttrSyntax
java.lang.Object
org.apache.geronimo.crypto.asn1.ASN1Encodable
org.apache.geronimo.crypto.asn1.x509.IetfAttrSyntax
- All Implemented Interfaces:
- DEREncodable
public class IetfAttrSyntax
- extends ASN1Encodable
Implementation of IetfAttrSyntax
as specified by RFC3281.
VALUE_OCTETS
public static final int VALUE_OCTETS
- See Also:
- Constant Field Values
VALUE_OID
public static final int VALUE_OID
- See Also:
- Constant Field Values
VALUE_UTF8
public static final int VALUE_UTF8
- See Also:
- Constant Field Values
IetfAttrSyntax
public IetfAttrSyntax(ASN1Sequence seq)
getPolicyAuthority
public GeneralNames getPolicyAuthority()
getValueType
public int getValueType()
getValues
public Object[] getValues()
toASN1Object
public DERObject toASN1Object()
IetfAttrSyntax ::= SEQUENCE {
policyAuthority [0] GeneralNames OPTIONAL,
values SEQUENCE OF CHOICE {
octets OCTET STRING,
oid OBJECT IDENTIFIER,
string UTF8String
}
}
- Specified by:
toASN1Object
in class ASN1Encodable
Copyright © 2003-2008 The Apache Geronimo development community. All Rights Reserved.