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