Interface CryptoBinary

    • Field Detail

      • TYPE_NAME

        static final QName TYPE_NAME
        QName of the XSI type.
    • Method Detail

      • getValueBigInt

        @Nullable
        BigInteger getValueBigInt()
        Convenience method to get the value of the element as a BigInteger type.
        Returns:
        the BigInteger representation of the element's content
      • setValueBigInt

        void setValueBigInt​(@Nullable
                            BigInteger bigInt)
                     throws EncodingException
        Convenience method to set the value of the element as a BigInteger type.
        Parameters:
        bigInt - the new BigInteger representation of the element's content
        Throws:
        EncodingException - if the byte value of the BigInteger can not be base64 encoded.