Uses of Interface
com.itextpdf.commons.bouncycastle.asn1.x509.IGeneralNames
-
-
Uses of IGeneralNames in com.itextpdf.bouncycastle
Methods in com.itextpdf.bouncycastle that return IGeneralNames Modifier and Type Method Description IGeneralNamesBouncyCastleFactory. createGeneralNames(IASN1Encodable encodable)Cast ASN1 Encodable wrapper to general names wrapper.Methods in com.itextpdf.bouncycastle with parameters of type IGeneralNames Modifier and Type Method Description IDistributionPointNameBouncyCastleFactory. 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 IGeneralNames Modifier and Type Class Description classGeneralNamesBCWrapper class forGeneralNames.Methods in com.itextpdf.bouncycastle.asn1.x509 that return IGeneralNames Modifier and Type Method Description IGeneralNamesDistributionPointBC. getCRLIssuer()Calls actualgetCRLIssuermethod for the wrapped DistributionPoint object. -
Uses of IGeneralNames in com.itextpdf.bouncycastleconnector
Methods in com.itextpdf.bouncycastleconnector that return IGeneralNames Modifier and Type Method Description IGeneralNamesBouncyCastleDefaultFactory. createGeneralNames(IASN1Encodable encodable)Methods in com.itextpdf.bouncycastleconnector with parameters of type IGeneralNames Modifier and Type Method Description IDistributionPointNameBouncyCastleDefaultFactory. createDistributionPointName(IGeneralNames generalNames) -
Uses of IGeneralNames in com.itextpdf.commons.bouncycastle
Methods in com.itextpdf.commons.bouncycastle that return IGeneralNames Modifier and Type Method Description IGeneralNamesIBouncyCastleFactory. createGeneralNames(IASN1Encodable encodable)Cast ASN1 Encodable wrapper to general names wrapper.Methods in com.itextpdf.commons.bouncycastle with parameters of type IGeneralNames Modifier and Type Method Description IDistributionPointNameIBouncyCastleFactory. 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 IGeneralNames Modifier and Type Method Description IGeneralNamesIDistributionPoint. getCRLIssuer()Calls actualgetCRLIssuermethod for the wrapped DistributionPoint object.
-