Class ASN1BitStringBC

    • Constructor Detail

      • ASN1BitStringBC

        public ASN1BitStringBC​(org.bouncycastle.asn1.ASN1BitString asn1BitString)
        Creates new wrapper instance for ASN1BitString.
        Parameters:
        asn1BitString - ASN1BitString to be wrapped
    • Method Detail

      • getASN1BitString

        public org.bouncycastle.asn1.ASN1BitString getASN1BitString()
        Gets actual org.bouncycastle object being wrapped.
        Returns:
        wrapped ASN1BitString.
      • getString

        public java.lang.String getString()
        Calls actual getString method for the wrapped ASN1String object.
        Specified by:
        getString in interface IASN1String
        Returns:
        the resulting string.
      • intValue

        public int intValue()
        Calls actual intValue method for the wrapped ASN1BitString object.
        Specified by:
        intValue in interface IASN1BitString
        Returns:
        int value of the wrapped ASN1BitString.