Uses of Interface
org.opensaml.xml.encryption.KANonce

Packages that use KANonce
org.opensaml.xml.encryption XMLObject interfaces and helper classes for representing encrypted content and encrypting/decrypting content. 
org.opensaml.xml.encryption.impl Implementations of the interfaces for XMLObjects that represent XML encryption types. 
 

Uses of KANonce in org.opensaml.xml.encryption
 

Methods in org.opensaml.xml.encryption that return KANonce
 KANonce AgreementMethod.getKANonce()
          Get the nonce child element used to introduce variability into the generation of keying material.
 

Methods in org.opensaml.xml.encryption with parameters of type KANonce
 void 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.xml.encryption.impl
 

Classes in org.opensaml.xml.encryption.impl that implement KANonce
 class KANonceImpl
          Concrete implementation of KANonce
 

Methods in org.opensaml.xml.encryption.impl that return KANonce
 KANonce KANonceBuilder.buildObject()
          Builds an XMLObject using the default name and namespace information provided XML Encryption specifications.
 KANonce KANonceBuilder.buildObject(String namespaceURI, String localName, String namespacePrefix)
          Creates an XMLObject with a given fully qualified name.
 KANonce AgreementMethodImpl.getKANonce()
          Get the nonce child element used to introduce variability into the generation of keying material.
 

Methods in org.opensaml.xml.encryption.impl with parameters of type KANonce
 void AgreementMethodImpl.setKANonce(KANonce newKANonce)
          Set the nonce child element used to introduce variability into the generation of keying material.
 



Copyright © 2006-2011 Internet2. All Rights Reserved.