Interface IGeneralNames
- All Superinterfaces:
-
IASN1Encodable
- All Known Implementing Classes:
-
GeneralNamesBC
,GeneralNamesBCFips
This interface represents the wrapper for GeneralNames that provides the ability to switch between bouncy-castle and bouncy-castle FIPS implementations.
-
Method Summary
Modifier and TypeMethodDescriptiongetNames()
Calls actualgetNames
method for the wrapped GeneralNames object.Methods inherited from interface com.itextpdf.commons.bouncycastle.asn1.IASN1Encodable
isNull, toASN1Primitive
-
Method Details
-
getNames
IGeneralName[] getNames()Calls actualgetNames
method for the wrapped GeneralNames object.- Returns:
-
array of wrapped names
IGeneralName
.
-