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

Packages that use EncryptedKey
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. 
org.opensaml.xml.signature XMLObject interfaces and helper classes for representing digitally signed content and signing/validating content. 
org.opensaml.xml.signature.impl Implementations of the interfaces for XMLObjects that represent XML signature types. 
 

Uses of EncryptedKey in org.opensaml.xml.encryption
 

Methods in org.opensaml.xml.encryption that return EncryptedKey
protected  EncryptedKey SimpleRetrievalMethodEncryptedKeyResolver.dereferenceURI(RetrievalMethod rm)
          Dereference the URI attribute of the specified retrieval method into an EncryptedKey.
 EncryptedKey Encrypter.encryptKey(java.security.Key key, KeyEncryptionParameters kekParams, org.w3c.dom.Document containingDocument)
          Encrypts a key.
protected  EncryptedKey Encrypter.encryptKey(java.security.Key targetKey, java.security.Key encryptionKey, java.lang.String encryptionAlgorithmURI, org.w3c.dom.Document containingDocument)
          Encrypts a key using the specified encryption key and algorithm URI.
 EncryptedKey ChainingEncryptedKeyResolver.ChainingIterator.next()
          
 

Methods in org.opensaml.xml.encryption that return types with arguments of type EncryptedKey
 java.util.List<EncryptedKey> Encrypter.encryptKey(java.security.Key key, java.util.List<KeyEncryptionParameters> kekParamsList, org.w3c.dom.Document containingDocument)
          Encrypts a key once for each key encryption parameters set that is supplied.
 java.util.Iterator<EncryptedKey> ChainingEncryptedKeyResolver.ChainingIterable.iterator()
          
 java.lang.Iterable<EncryptedKey> SimpleRetrievalMethodEncryptedKeyResolver.resolve(EncryptedData encryptedData)
          Resolve the EncryptedKey elements containing the data encryption key used to encrypt the specified EncryptedData element.
 java.lang.Iterable<EncryptedKey> InlineEncryptedKeyResolver.resolve(EncryptedData encryptedData)
          Resolve the EncryptedKey elements containing the data encryption key used to encrypt the specified EncryptedData element.
 java.lang.Iterable<EncryptedKey> EncryptedKeyResolver.resolve(EncryptedData encryptedData)
          Resolve the EncryptedKey elements containing the data encryption key used to encrypt the specified EncryptedData element.
 java.lang.Iterable<EncryptedKey> ChainingEncryptedKeyResolver.resolve(EncryptedData encryptedData)
          Resolve the EncryptedKey elements containing the data encryption key used to encrypt the specified EncryptedData element.
 

Methods in org.opensaml.xml.encryption with parameters of type EncryptedKey
 java.security.Key Decrypter.decryptKey(EncryptedKey encryptedKey, java.lang.String algorithm)
          Attempts to decrypt the supplied EncryptedKey and returns the resulting Java security Key object.
 java.security.Key Decrypter.decryptKey(EncryptedKey encryptedKey, java.lang.String algorithm, java.security.Key kek)
          Decrypts the supplied EncryptedKey and returns the resulting Java security Key object.
protected  boolean AbstractEncryptedKeyResolver.matchCarriedKeyName(EncryptedData encryptedData, EncryptedKey encryptedKey)
          Evaluate whether an EncryptedKey's CarriedKeyName matches one of the KeyName values from the EncryptedData context.
protected  boolean AbstractEncryptedKeyResolver.matchDataReference(EncryptedData encryptedData, EncryptedKey encryptedKey)
          Evaluate whether any of the EncryptedKey's DataReferences refer to the EncryptedData context.
protected  void Decrypter.preProcessEncryptedKey(EncryptedKey encryptedKey, java.lang.String algorithm, java.security.Key kek)
          Preprocess the EncryptedKey.
 

Uses of EncryptedKey in org.opensaml.xml.encryption.impl
 

Classes in org.opensaml.xml.encryption.impl that implement EncryptedKey
 class EncryptedKeyImpl
          Concrete implementation of EncryptedKey.
 

Methods in org.opensaml.xml.encryption.impl that return EncryptedKey
 EncryptedKey EncryptedKeyBuilder.buildObject()
          Builds an XMLObject using the default name and namespace information provided XML Encryption specifications.
 EncryptedKey EncryptedKeyBuilder.buildObject(java.lang.String namespaceURI, java.lang.String localName, java.lang.String namespacePrefix)
          Creates an XMLObject with a given fully qualified name.
 

Uses of EncryptedKey in org.opensaml.xml.signature
 

Methods in org.opensaml.xml.signature that return types with arguments of type EncryptedKey
 java.util.List<EncryptedKey> KeyInfoType.getEncryptedKeys()
          Get the list of EncryptedKey child elements Note: EncryptedKey is actually defined in the XML Encryption schema, and is not explicitly defined in the KeyInfoType content model, but for convenience this named getter method is exposed.
 

Uses of EncryptedKey in org.opensaml.xml.signature.impl
 

Methods in org.opensaml.xml.signature.impl that return types with arguments of type EncryptedKey
 java.util.List<EncryptedKey> KeyInfoTypeImpl.getEncryptedKeys()
          Get the list of EncryptedKey child elements Note: EncryptedKey is actually defined in the XML Encryption schema, and is not explicitly defined in the KeyInfoType content model, but for convenience this named getter method is exposed.
 



Copyright © 2006-2012 Internet2. All Rights Reserved.