Uses of Interface
org.opensaml.xmlsec.encryption.KANonce
Packages that use KANonce
Package
Description
Implementation components related to key agreement operations.
XMLObject interfaces and helper classes for representing encrypted content and encrypting/decrypting content.
Implementations of the interfaces for XMLObjects that represent XML encryption types.
-
Uses of KANonce in org.opensaml.xmlsec.agreement.impl
Methods in org.opensaml.xmlsec.agreement.impl with parameters of type KANonceModifier and TypeMethodDescriptionstatic KANonce
KANonce.fromXMLObject
(KANonce xmlObject) Create and initialize a new instance from the specifiedXMLObject
. -
Uses of KANonce in org.opensaml.xmlsec.encryption
Methods in org.opensaml.xmlsec.encryption that return KANonceModifier and TypeMethodDescriptionAgreementMethod.getKANonce()
Get the nonce child element used to introduce variability into the generation of keying material.Methods in org.opensaml.xmlsec.encryption with parameters of type KANonceModifier and TypeMethodDescriptionvoid
AgreementMethod.setKANonce
(KANonce newKANonce) Set the nonce child element used to introduce variability into the generation of keying material. -
Uses of KANonce in org.opensaml.xmlsec.encryption.impl
Classes in org.opensaml.xmlsec.encryption.impl that implement KANonceFields in org.opensaml.xmlsec.encryption.impl declared as KANonceModifier and TypeFieldDescriptionprivate KANonce
AgreementMethodImpl.kaNonce
KA-Nonce child element value.Methods in org.opensaml.xmlsec.encryption.impl that return KANonceModifier and TypeMethodDescriptionKANonceBuilder.buildObject()
Builds an XMLObject using the default name and namespace information provided XML Encryption specifications.KANonceBuilder.buildObject
(String namespaceURI, String localName, String namespacePrefix) Creates an XMLObject with a given fully qualified name.AgreementMethodImpl.getKANonce()
Get the nonce child element used to introduce variability into the generation of keying material.Methods in org.opensaml.xmlsec.encryption.impl with parameters of type KANonceModifier and TypeMethodDescriptionvoid
AgreementMethodImpl.setKANonce
(KANonce newKANonce) Set the nonce child element used to introduce variability into the generation of keying material.