Class CRLDistPoint

    • Method Detail

      • getInstance

        public static CRLDistPoint getInstance​(java.lang.Object obj)
      • getDistributionPoints

        public DistributionPoint[] getDistributionPoints()
        Return the distribution points making up the sequence.
        Returns:
        DistributionPoint[]
      • toASN1Primitive

        public ASN1Primitive toASN1Primitive()
        Produce an object suitable for an ASN1OutputStream.
         CRLDistPoint ::= SEQUENCE SIZE {1..MAX} OF DistributionPoint
         
        Specified by:
        toASN1Primitive in interface ASN1Encodable
        Specified by:
        toASN1Primitive in class ASN1Object
        Returns:
        a primitive representation of this object.
      • toString

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