Interface IGeneralNames
- All Superinterfaces:
IASN1Encodable
- All Known Implementing Classes:
GeneralNamesBC
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 actualgetNamesmethod for the wrapped GeneralNames object.Methods inherited from interface IASN1Encodable
isNull, toASN1Primitive
-
Method Details
-
getNames
IGeneralName[] getNames()Calls actualgetNamesmethod for the wrapped GeneralNames object.- Returns:
- array of wrapped names
IGeneralName.
-