Class GeneralNameBCFips

java.lang.Object
com.itextpdf.bouncycastlefips.asn1.ASN1EncodableBCFips
com.itextpdf.bouncycastlefips.asn1.x509.GeneralNameBCFips
All Implemented Interfaces:
IASN1Encodable, IGeneralName

public class GeneralNameBCFips extends ASN1EncodableBCFips implements IGeneralName
Wrapper class for GeneralName.
  • Constructor Details

    • GeneralNameBCFips

      public GeneralNameBCFips (org.bouncycastle.asn1.x509.GeneralName generalName)
      Creates new wrapper instance for GeneralName.
      Parameters:
      generalName - GeneralName to be wrapped
  • Method Details

    • getInstance

      public static GeneralNameBCFips getInstance()
      Gets wrapper instance.
      Returns:
      GeneralNameBCFips instance.
    • getGeneralName

      public org.bouncycastle.asn1.x509.GeneralName getGeneralName()
      Gets actual org.bouncycastle object being wrapped.
      Returns:
      wrapped GeneralName.
    • getTagNo

      public int getTagNo()
      Calls actual getTagNo method for the wrapped GeneralName object.
      Specified by:
      getTagNo in interface IGeneralName
      Returns:
      tagNo value.
    • getUniformResourceIdentifier

      public int getUniformResourceIdentifier()
      Gets uniformResourceIdentifier constant for the wrapped GeneralName.
      Specified by:
      getUniformResourceIdentifier in interface IGeneralName
      Returns:
      GeneralName.uniformResourceIdentifier value.