Interface IASN1Primitive

    • Method Detail

      • getEncoded

        byte[] getEncoded()
                   throws java.io.IOException
        Calls actual getEncoded method for the wrapped ASN1Primitive object.
        Returns:
        the default encoding for the wrapped object.
        Throws:
        java.io.IOException - on encoding error.
      • getEncoded

        byte[] getEncoded​(java.lang.String encoding)
                   throws java.io.IOException
        Calls actual getEncoded method for the wrapped ASN1Primitive object.
        Parameters:
        encoding - encoding value
        Returns:
        the default encoding for the wrapped object.
        Throws:
        java.io.IOException - on encoding error.