Uses of Interface
com.itextpdf.commons.bouncycastle.asn1.x509.IGeneralNames
Packages that use IGeneralNames
Package
Description
-
Uses of IGeneralNames in com.itextpdf.bouncycastle
Methods in com.itextpdf.bouncycastle that return IGeneralNamesModifier and TypeMethodDescriptionBouncyCastleFactory.createGeneralNames
(IASN1Encodable encodable) Cast ASN1 Encodable wrapper to general names wrapper.Methods in com.itextpdf.bouncycastle with parameters of type IGeneralNamesModifier and TypeMethodDescriptionBouncyCastleFactory.createDistributionPointName
(IGeneralNames generalNames) Create distribution point name wrapper by passing general names. -
Uses of IGeneralNames in com.itextpdf.bouncycastle.asn1.x509
Classes in com.itextpdf.bouncycastle.asn1.x509 that implement IGeneralNamesMethods in com.itextpdf.bouncycastle.asn1.x509 that return IGeneralNamesModifier and TypeMethodDescriptionDistributionPointBC.getCRLIssuer()
Calls actualgetCRLIssuer
method for the wrapped DistributionPoint object. -
Uses of IGeneralNames in com.itextpdf.bouncycastleconnector
Methods in com.itextpdf.bouncycastleconnector that return IGeneralNamesModifier and TypeMethodDescriptionBouncyCastleDefaultFactory.createGeneralNames
(IASN1Encodable encodable) Methods in com.itextpdf.bouncycastleconnector with parameters of type IGeneralNamesModifier and TypeMethodDescriptionBouncyCastleDefaultFactory.createDistributionPointName
(IGeneralNames generalNames) -
Uses of IGeneralNames in com.itextpdf.commons.bouncycastle
Methods in com.itextpdf.commons.bouncycastle that return IGeneralNamesModifier and TypeMethodDescriptionIBouncyCastleFactory.createGeneralNames
(IASN1Encodable encodable) Cast ASN1 Encodable wrapper to general names wrapper.Methods in com.itextpdf.commons.bouncycastle with parameters of type IGeneralNamesModifier and TypeMethodDescriptionIBouncyCastleFactory.createDistributionPointName
(IGeneralNames generalNames) Create distribution point name wrapper by passing general names. -
Uses of IGeneralNames in com.itextpdf.commons.bouncycastle.asn1.x509
Methods in com.itextpdf.commons.bouncycastle.asn1.x509 that return IGeneralNamesModifier and TypeMethodDescriptionIDistributionPoint.getCRLIssuer()
Calls actualgetCRLIssuer
method for the wrapped DistributionPoint object.