Class DERIA5StringBC

    • Constructor Detail

      • DERIA5StringBC

        public DERIA5StringBC​(org.bouncycastle.asn1.DERIA5String deria5String)
        Creates new wrapper instance for DERIA5String.
        Parameters:
        deria5String - DERIA5String to be wrapped
      • DERIA5StringBC

        public DERIA5StringBC​(java.lang.String str)
        Creates new wrapper instance for DERIA5String.
        Parameters:
        str - string to create DERIA5String to be wrapped
    • Method Detail

      • getDerIA5String

        public org.bouncycastle.asn1.DERIA5String getDerIA5String()
        Gets actual org.bouncycastle object being wrapped.
        Returns:
        wrapped DERIA5String.
      • 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.