Class DistributionPointBC
java.lang.Object
com.itextpdf.bouncycastle.asn1.ASN1EncodableBC
com.itextpdf.bouncycastle.asn1.x509.DistributionPointBC
- All Implemented Interfaces:
-
IASN1Encodable
,IDistributionPoint
Wrapper class for
DistributionPoint
.
-
Constructor Summary
ConstructorDescriptionDistributionPointBC
(org.bouncycastle.asn1.x509.DistributionPoint distributionPoint) Creates new wrapper instance forDistributionPoint
. -
Method Summary
Modifier and TypeMethodDescriptionCalls actualgetCRLIssuer
method for the wrapped DistributionPoint object.Calls actualgetDistributionPoints
method for the wrapped DistributionPoint object.org.bouncycastle.asn1.x509.DistributionPoint
getPoint()
Gets actual org.bouncycastle object being wrapped.Calls actualgetReasons
method for the wrapped DistributionPoint object.Methods inherited from class com.itextpdf.bouncycastle.asn1.ASN1EncodableBC
equals, getEncodable, hashCode, isNull, toASN1Primitive, toString
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
Methods inherited from interface com.itextpdf.commons.bouncycastle.asn1.IASN1Encodable
isNull, toASN1Primitive
-
Constructor Details
-
DistributionPointBC
public DistributionPointBC(org.bouncycastle.asn1.x509.DistributionPoint distributionPoint) Creates new wrapper instance forDistributionPoint
.- Parameters:
-
distributionPoint
-DistributionPoint
to be wrapped
-
-
Method Details
-
getPoint
public org.bouncycastle.asn1.x509.DistributionPoint getPoint()Gets actual org.bouncycastle object being wrapped.- Returns:
-
wrapped
DistributionPoint
.
-
getDistributionPoint
Calls actualgetDistributionPoints
method for the wrapped DistributionPoint object.- Specified by:
-
getDistributionPoint
in interfaceIDistributionPoint
- Returns:
-
IDistributionPointName
wrapped distribution point.
-
getCRLIssuer
Calls actualgetCRLIssuer
method for the wrapped DistributionPoint object.- Specified by:
-
getCRLIssuer
in interfaceIDistributionPoint
- Returns:
-
IGeneralNames
wrapped CRL issuer.
-
getReasons
Calls actualgetReasons
method for the wrapped DistributionPoint object.- Specified by:
-
getReasons
in interfaceIDistributionPoint
- Returns:
-
IReasonFlags
wrapped reason codes.
-