Interface EncryptionMethodType

  • All Superinterfaces:
    XmlObject, XmlTokenSource

    public interface EncryptionMethodType
    extends XmlObject
    An XML EncryptionMethodType(@http://www.w3.org/2001/04/xmlenc#). This is a complex type.
    • Method Detail

      • getKeySize

        BigInteger getKeySize()
        Gets the "KeySize" element
      • xgetKeySize

        KeySizeType xgetKeySize()
        Gets (as xml) the "KeySize" element
      • isSetKeySize

        boolean isSetKeySize()
        True if has "KeySize" element
      • setKeySize

        void setKeySize​(BigInteger keySize)
        Sets the "KeySize" element
      • xsetKeySize

        void xsetKeySize​(KeySizeType keySize)
        Sets (as xml) the "KeySize" element
      • unsetKeySize

        void unsetKeySize()
        Unsets the "KeySize" element
      • getOAEPparams

        byte[] getOAEPparams()
        Gets the "OAEPparams" element
      • xgetOAEPparams

        XmlBase64Binary xgetOAEPparams()
        Gets (as xml) the "OAEPparams" element
      • isSetOAEPparams

        boolean isSetOAEPparams()
        True if has "OAEPparams" element
      • setOAEPparams

        void setOAEPparams​(byte[] oaePparams)
        Sets the "OAEPparams" element
      • xsetOAEPparams

        void xsetOAEPparams​(XmlBase64Binary oaePparams)
        Sets (as xml) the "OAEPparams" element
      • unsetOAEPparams

        void unsetOAEPparams()
        Unsets the "OAEPparams" element
      • getAlgorithm

        String getAlgorithm()
        Gets the "Algorithm" attribute
      • xgetAlgorithm

        XmlAnyURI xgetAlgorithm()
        Gets (as xml) the "Algorithm" attribute
      • setAlgorithm

        void setAlgorithm​(String algorithm)
        Sets the "Algorithm" attribute
      • xsetAlgorithm

        void xsetAlgorithm​(XmlAnyURI algorithm)
        Sets (as xml) the "Algorithm" attribute