Uses of Interface
org.opensaml.xmlsec.encryption.KANonce
-
Packages that use KANonce Package Description org.opensaml.xmlsec.encryption 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 KANonce Modifier and Type Method Description KANonceAgreementMethod. 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 KANonce Modifier and Type Method Description voidAgreementMethod. setKANonce(KANonce newKANonce)Set the nonce child element used to introduce variability into the generation of keying material.
-