Class GeneralNames

    • Constructor Detail

      • GeneralNames

        public GeneralNames​(GeneralName name)
        Construct a GeneralNames object containing one GeneralName.
        Parameters:
        name - the name to be contained.
    • Method Detail

      • getInstance

        public static GeneralNames getInstance​(java.lang.Object obj)
      • toASN1Object

        public DERObject toASN1Object()
        Produce an object suitable for an ASN1OutputStream.
         GeneralNames ::= SEQUENCE SIZE {1..MAX} OF GeneralName
         
        Specified by:
        toASN1Object in class ASN1Encodable
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object