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

Packages that use EncryptedType
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.encryption.validator   
 

Uses of EncryptedType in org.opensaml.xml.encryption
 

Subinterfaces of EncryptedType in org.opensaml.xml.encryption
 interface EncryptedData
          XMLObject representing XML Encryption, version 20021210, EncryptedData element.
 interface EncryptedKey
          XMLObject representing XML Encryption, version 20021210, EncryptedKey element.
 

Methods in org.opensaml.xml.encryption with parameters of type EncryptedType
private  CriteriaSet Decrypter.buildCredentialCriteria(EncryptedType encryptedType, CriteriaSet staticCriteria)
          Utility method to build a new set of credential criteria based on the KeyInfo of an EncryptedData or EncryptedKey, and any additional static criteria which might have been supplied to the decrypter.
private  Set<Criteria> Decrypter.buildKeyCriteria(EncryptedType encryptedType)
          Build decryption key credential criteria according to information in the encrypted type object.
 

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

Classes in org.opensaml.xml.encryption.impl that implement EncryptedType
 class EncryptedDataImpl
          Concrete implementation of EncryptedData.
 class EncryptedKeyImpl
          Concrete implementation of EncryptedKey.
 class EncryptedTypeImpl
          Abstract implementation of EncryptedType.
 

Uses of EncryptedType in org.opensaml.xml.encryption.validator
 

Methods in org.opensaml.xml.encryption.validator with parameters of type EncryptedType
 void EncryptedTypeSchemaValidator.validate(EncryptedType xmlObject)
          Checks to see if a XMLObject is valid.
protected  void EncryptedTypeSchemaValidator.validateChildrenPresence(EncryptedType xmlObject)
          Validate that required children are present.
 



Copyright © 1999-2013. All Rights Reserved.