Interface IGeneralName

All Superinterfaces:
IASN1Encodable
All Known Implementing Classes:
GeneralNameBC, GeneralNameBCFips

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

    Modifier and Type
    Method
    Description
    int
    Calls actual getTagNo method for the wrapped GeneralName object.
    int
    Gets uniformResourceIdentifier constant for the wrapped GeneralName.

    Methods inherited from interface com.itextpdf.commons.bouncycastle.asn1.IASN1Encodable

    isNull, toASN1Primitive
  • Method Details

    • getTagNo

      int getTagNo()
      Calls actual getTagNo method for the wrapped GeneralName object.
      Returns:
      tagNo value.
    • getUniformResourceIdentifier

      int getUniformResourceIdentifier()
      Gets uniformResourceIdentifier constant for the wrapped GeneralName.
      Returns:
      GeneralName.uniformResourceIdentifier value.