Uses of Interface
org.opensaml.xmlsec.encryption.KANonce
-
Packages that use KANonce Package Description org.opensaml.xmlsec.agreement.impl Implementation components related to key agreement operations.org.opensaml.xmlsec.encryption XMLObject interfaces and helper classes for representing encrypted content and encrypting/decrypting content.org.opensaml.xmlsec.encryption.impl 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 KANonce Modifier and Type Method Description static KANonceKANonce. 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 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. -
Uses of KANonce in org.opensaml.xmlsec.encryption.impl
Classes in org.opensaml.xmlsec.encryption.impl that implement KANonce Modifier and Type Class Description classKANonceImplConcrete implementation ofKANonce.Fields in org.opensaml.xmlsec.encryption.impl declared as KANonce Modifier and Type Field Description private KANonceAgreementMethodImpl. kaNonceKA-Nonce child element value.Methods in org.opensaml.xmlsec.encryption.impl that return KANonce Modifier and Type Method Description KANonceKANonceBuilder. buildObject()Builds an XMLObject using the default name and namespace information provided XML Encryption specifications.KANonceKANonceBuilder. buildObject(String namespaceURI, String localName, String namespacePrefix)Creates an XMLObject with a given fully qualified name.KANonceAgreementMethodImpl. 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 KANonce Modifier and Type Method Description voidAgreementMethodImpl. setKANonce(KANonce newKANonce)Set the nonce child element used to introduce variability into the generation of keying material.
-