Uses of Interface
com.itextpdf.commons.bouncycastle.asn1.x509.IGeneralName
-
-
Uses of IGeneralName in com.itextpdf.bouncycastle
Methods in com.itextpdf.bouncycastle that return IGeneralName Modifier and Type Method Description IGeneralName
BouncyCastleFactory. createGeneralName()
Create general name wrapper without parameters. -
Uses of IGeneralName in com.itextpdf.bouncycastle.asn1.x509
Classes in com.itextpdf.bouncycastle.asn1.x509 that implement IGeneralName Modifier and Type Class Description class
GeneralNameBC
Wrapper class forGeneralName
.Methods in com.itextpdf.bouncycastle.asn1.x509 that return IGeneralName Modifier and Type Method Description IGeneralName[]
GeneralNamesBC. getNames()
Calls actualgetNames
method for the wrapped GeneralNames object. -
Uses of IGeneralName in com.itextpdf.bouncycastleconnector
Methods in com.itextpdf.bouncycastleconnector that return IGeneralName Modifier and Type Method Description IGeneralName
BouncyCastleDefaultFactory. createGeneralName()
-
Uses of IGeneralName in com.itextpdf.commons.bouncycastle
Methods in com.itextpdf.commons.bouncycastle that return IGeneralName Modifier and Type Method Description IGeneralName
IBouncyCastleFactory. createGeneralName()
Create general name wrapper without parameters. -
Uses of IGeneralName in com.itextpdf.commons.bouncycastle.asn1.x509
Methods in com.itextpdf.commons.bouncycastle.asn1.x509 that return IGeneralName Modifier and Type Method Description IGeneralName[]
IGeneralNames. getNames()
Calls actualgetNames
method for the wrapped GeneralNames object.
-