Class IetfAttrSyntax

java.lang.Object
org.gudy.bouncycastle.asn1.ASN1Encodable
org.gudy.bouncycastle.asn1.x509.IetfAttrSyntax
All Implemented Interfaces:
DEREncodable

public class IetfAttrSyntax extends ASN1Encodable
Implementation of IetfAttrSyntax as specified by RFC3281.
  • Field Details

  • Constructor Details

  • Method Details

    • 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