Uses of Interface
org.opensaml.xmlsec.encryption.KANonce
Packages that use KANonce
Package
Description
XMLObject interfaces and helper classes for representing encrypted content and encrypting/decrypting content.
-
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 TypeMethodDescriptionvoidAgreementMethod.setKANonce(KANonce newKANonce) Set the nonce child element used to introduce variability into the generation of keying material.