Class CRLDistPointBC

    • Constructor Detail

      • CRLDistPointBC

        public CRLDistPointBC​(org.bouncycastle.asn1.x509.CRLDistPoint crlDistPoint)
        Creates new wrapper instance for CRLDistPoint.
        Parameters:
        crlDistPoint - CRLDistPoint to be wrapped
    • Method Detail

      • getCrlDistPoint

        public org.bouncycastle.asn1.x509.CRLDistPoint getCrlDistPoint()
        Gets actual org.bouncycastle object being wrapped.
        Returns:
        wrapped CRLDistPoint.