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 intgetTagNo()Calls actualgetTagNomethod for the wrapped GeneralName object.intgetUniformResourceIdentifier()GetsuniformResourceIdentifierconstant for the wrapped GeneralName.-
Methods inherited from interface com.itextpdf.commons.bouncycastle.asn1.IASN1Encodable
isNull, toASN1Primitive
-
-
-
-
Method Detail
-
getTagNo
int getTagNo()
Calls actualgetTagNomethod for the wrapped GeneralName object.- Returns:
- tagNo value.
-
getUniformResourceIdentifier
int getUniformResourceIdentifier()
GetsuniformResourceIdentifierconstant for the wrapped GeneralName.- Returns:
- GeneralName.uniformResourceIdentifier value.
-
-