Package org.bouncycastle.asn1.x509
Class IetfAttrSyntax
java.lang.Object
org.bouncycastle.asn1.ASN1Object
org.bouncycastle.asn1.x509.IetfAttrSyntax
- All Implemented Interfaces:
ASN1Encodable,Encodable
Implementation of
IetfAttrSyntax as specified by RFC3281.-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final intstatic final intstatic final int -
Method Summary
Modifier and TypeMethodDescriptionstatic IetfAttrSyntaxgetInstance(Object obj) Object[]intIetfAttrSyntax ::= SEQUENCE { policyAuthority [0] GeneralNames OPTIONAL, values SEQUENCE OF CHOICE { octets OCTET STRING, oid OBJECT IDENTIFIER, string UTF8String } }Methods inherited from class org.bouncycastle.asn1.ASN1Object
encodeTo, encodeTo, equals, getEncoded, getEncoded, hasEncodedTagValue, hashCode
-
Field Details
-
VALUE_OCTETS
public static final int VALUE_OCTETS- See Also:
-
VALUE_OID
public static final int VALUE_OID- See Also:
-
VALUE_UTF8
public static final int VALUE_UTF8- See Also:
-
-
Method Details
-
getInstance
-
getPolicyAuthority
-
getValueType
public int getValueType() -
getValues
-
toASN1Primitive
IetfAttrSyntax ::= SEQUENCE { policyAuthority [0] GeneralNames OPTIONAL, values SEQUENCE OF CHOICE { octets OCTET STRING, oid OBJECT IDENTIFIER, string UTF8String } }- Specified by:
toASN1Primitivein interfaceASN1Encodable- Specified by:
toASN1Primitivein classASN1Object- Returns:
- a primitive representation of this object.
-