Class GeneralNameBC

    • Constructor Detail

      • GeneralNameBC

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

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