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 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.