Interface IGeneralName
- All Superinterfaces:
-
IASN1Encodable
- All Known Implementing Classes:
-
GeneralNameBC
,GeneralNameBCFips
This interface represents the wrapper for GeneralName that provides the ability to switch between bouncy-castle and bouncy-castle FIPS implementations.
-
Method Summary
Modifier and TypeMethodDescriptionint
getTagNo()
Calls actualgetTagNo
method for the wrapped GeneralName object.int
GetsuniformResourceIdentifier
constant for the wrapped GeneralName.Methods inherited from interface com.itextpdf.commons.bouncycastle.asn1.IASN1Encodable
isNull, toASN1Primitive
-
Method Details
-
getTagNo
int getTagNo()Calls actualgetTagNo
method for the wrapped GeneralName object.- Returns:
- tagNo value.
-
getUniformResourceIdentifier
int getUniformResourceIdentifier()GetsuniformResourceIdentifier
constant for the wrapped GeneralName.- Returns:
- GeneralName.uniformResourceIdentifier value.
-