Class IetfAttrSyntax

    • Method Detail

      • getInstance

        public static IetfAttrSyntax getInstance​(java.lang.Object obj)
      • getPolicyAuthority

        public GeneralNames getPolicyAuthority()
      • getValueType

        public int getValueType()
      • getValues

        public java.lang.Object[] getValues()
      • toASN1Primitive

        public ASN1Primitive toASN1Primitive()
         
          IetfAttrSyntax ::= SEQUENCE {
            policyAuthority [0] GeneralNames OPTIONAL,
            values SEQUENCE OF CHOICE {
              octets OCTET STRING,
              oid OBJECT IDENTIFIER,
              string UTF8String
            }
          }
          
         
        Specified by:
        toASN1Primitive in interface ASN1Encodable
        Specified by:
        toASN1Primitive in class ASN1Object
        Returns:
        a primitive representation of this object.