Interface IGeneralName
-
- All Superinterfaces:
IASN1Encodable
- All Known Implementing Classes:
GeneralNameBC
public interface IGeneralName extends IASN1Encodable
This interface represents the wrapper for GeneralName 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 int
getTagNo()
Calls actualgetTagNo
method for the wrapped GeneralName object.int
getUniformResourceIdentifier()
GetsuniformResourceIdentifier
constant for the wrapped GeneralName.-
Methods inherited from interface com.itextpdf.commons.bouncycastle.asn1.IASN1Encodable
isNull, toASN1Primitive
-
-
-
-
Method Detail
-
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.
-
-