Class IetfAttrSyntax

  • All Implemented Interfaces:
    DEREncodable

    public class IetfAttrSyntax
    extends ASN1Encodable
    Implementation of IetfAttrSyntax as specified by RFC3281.
    • Constructor Detail

      • IetfAttrSyntax

        public IetfAttrSyntax​(ASN1Sequence seq)
    • Method Detail

      • getPolicyAuthority

        public GeneralNames getPolicyAuthority()
      • getValueType

        public int getValueType()
      • getValues

        public java.lang.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