Uses of Interface
com.itextpdf.commons.bouncycastle.asn1.x509.IGeneralNames
Package
Description
-
Uses of IGeneralNames in com.itextpdf.bouncycastle
Modifier and TypeMethodDescriptionBouncyCastleFactory.createGeneralNames
(IASN1Encodable encodable) Cast ASN1 Encodable wrapper to general names wrapper.Modifier and TypeMethodDescriptionBouncyCastleFactory.createDistributionPointName
(IGeneralNames generalNames) Create distribution point name wrapper by passing general names. -
Uses of IGeneralNames in com.itextpdf.bouncycastle.asn1.x509
Modifier and TypeMethodDescriptionDistributionPointBC.getCRLIssuer()
Calls actualgetCRLIssuer
method for the wrapped DistributionPoint object. -
Uses of IGeneralNames in com.itextpdf.bouncycastlefips
Modifier and TypeMethodDescriptionBouncyCastleFipsFactory.createGeneralNames
(IASN1Encodable encodable) Cast ASN1 Encodable wrapper to general names wrapper.Modifier and TypeMethodDescriptionBouncyCastleFipsFactory.createDistributionPointName
(IGeneralNames generalNames) Create distribution point name wrapper by passing general names. -
Uses of IGeneralNames in com.itextpdf.bouncycastlefips.asn1.x509
Modifier and TypeMethodDescriptionDistributionPointBCFips.getCRLIssuer()
Calls actualgetCRLIssuer
method for the wrapped DistributionPoint object. -
Uses of IGeneralNames in com.itextpdf.commons.bouncycastle
Modifier and TypeMethodDescriptionIBouncyCastleFactory.createGeneralNames
(IASN1Encodable encodable) Cast ASN1 Encodable wrapper to general names wrapper.Modifier and TypeMethodDescriptionIBouncyCastleFactory.createDistributionPointName
(IGeneralNames generalNames) Create distribution point name wrapper by passing general names. -
Uses of IGeneralNames in com.itextpdf.commons.bouncycastle.asn1.x509
Modifier and TypeMethodDescriptionIDistributionPoint.getCRLIssuer()
Calls actualgetCRLIssuer
method for the wrapped DistributionPoint object.