Class IetfAttrSyntax
java.lang.Object
org.gudy.bouncycastle.asn1.ASN1Encodable
org.gudy.bouncycastle.asn1.x509.IetfAttrSyntax
- All Implemented Interfaces:
DEREncodable
Implementation of
IetfAttrSyntax as specified by RFC3281.-
Field Summary
FieldsModifier and TypeFieldDescription(package private) GeneralNamesstatic final intstatic final intstatic final int(package private) int(package private) VectorFields inherited from class ASN1Encodable
BER, DER -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionObject[]intIetfAttrSyntax ::= SEQUENCE { policyAuthority [0] GeneralNames OPTIONAL, values SEQUENCE OF CHOICE { octets OCTET STRING, oid OBJECT IDENTIFIER, string UTF8String } }Methods inherited from class ASN1Encodable
equals, getDEREncoded, getDERObject, getEncoded, getEncoded, 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:
-
policyAuthority
GeneralNames policyAuthority -
values
Vector values -
valueChoice
int valueChoice
-
-
Constructor Details
-
IetfAttrSyntax
-
-
Method Details
-
getPolicyAuthority
-
getValueType
public int getValueType() -
getValues
-
toASN1Object
IetfAttrSyntax ::= SEQUENCE { policyAuthority [0] GeneralNames OPTIONAL, values SEQUENCE OF CHOICE { octets OCTET STRING, oid OBJECT IDENTIFIER, string UTF8String } }- Specified by:
toASN1Objectin classASN1Encodable
-