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 IGeneralNames
BouncyCastleFactory. 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 IDistributionPointName
BouncyCastleFactory. 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 class
GeneralNamesBC
Wrapper class forGeneralNames
.Methods in com.itextpdf.bouncycastle.asn1.x509 that return IGeneralNames Modifier and Type Method Description IGeneralNames
DistributionPointBC. getCRLIssuer()
Calls actualgetCRLIssuer
method 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 IGeneralNames
BouncyCastleDefaultFactory. createGeneralNames(IASN1Encodable encodable)
Methods in com.itextpdf.bouncycastleconnector with parameters of type IGeneralNames Modifier and Type Method Description IDistributionPointName
BouncyCastleDefaultFactory. 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 IGeneralNames
IBouncyCastleFactory. 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 IDistributionPointName
IBouncyCastleFactory. 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 IGeneralNames
IDistributionPoint. getCRLIssuer()
Calls actualgetCRLIssuer
method for the wrapped DistributionPoint object.
-