Interface AgreementMethodType

  • All Superinterfaces:
    XmlObject, XmlTokenSource

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

      • getKANonce

        byte[] getKANonce()
        Gets the "KA-Nonce" element
      • xgetKANonce

        XmlBase64Binary xgetKANonce()
        Gets (as xml) the "KA-Nonce" element
      • isSetKANonce

        boolean isSetKANonce()
        True if has "KA-Nonce" element
      • setKANonce

        void setKANonce​(byte[] kaNonce)
        Sets the "KA-Nonce" element
      • xsetKANonce

        void xsetKANonce​(XmlBase64Binary kaNonce)
        Sets (as xml) the "KA-Nonce" element
      • unsetKANonce

        void unsetKANonce()
        Unsets the "KA-Nonce" element
      • getOriginatorKeyInfo

        KeyInfoType getOriginatorKeyInfo()
        Gets the "OriginatorKeyInfo" element
      • isSetOriginatorKeyInfo

        boolean isSetOriginatorKeyInfo()
        True if has "OriginatorKeyInfo" element
      • setOriginatorKeyInfo

        void setOriginatorKeyInfo​(KeyInfoType originatorKeyInfo)
        Sets the "OriginatorKeyInfo" element
      • addNewOriginatorKeyInfo

        KeyInfoType addNewOriginatorKeyInfo()
        Appends and returns a new empty "OriginatorKeyInfo" element
      • unsetOriginatorKeyInfo

        void unsetOriginatorKeyInfo()
        Unsets the "OriginatorKeyInfo" element
      • getRecipientKeyInfo

        KeyInfoType getRecipientKeyInfo()
        Gets the "RecipientKeyInfo" element
      • isSetRecipientKeyInfo

        boolean isSetRecipientKeyInfo()
        True if has "RecipientKeyInfo" element
      • setRecipientKeyInfo

        void setRecipientKeyInfo​(KeyInfoType recipientKeyInfo)
        Sets the "RecipientKeyInfo" element
      • addNewRecipientKeyInfo

        KeyInfoType addNewRecipientKeyInfo()
        Appends and returns a new empty "RecipientKeyInfo" element
      • unsetRecipientKeyInfo

        void unsetRecipientKeyInfo()
        Unsets the "RecipientKeyInfo" 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