Uses of Interface
org.opensaml.xmlsec.encryption.EncryptedType
Packages that use EncryptedType
Package
Description
XMLObject interfaces and helper classes for representing encrypted content and encrypting/decrypting content.
Implementations of the interfaces for XMLObjects that represent XML encryption types.
Functional support for XML Encryption.
-
Uses of EncryptedType in org.opensaml.xmlsec.encryption
Subinterfaces of EncryptedType in org.opensaml.xmlsec.encryptionModifier and TypeInterfaceDescriptioninterfaceXMLObject representing XML Encryption, version 20021210, EncryptedData element.interfaceXMLObject representing XML Encryption, version 20021210, EncryptedKey element. -
Uses of EncryptedType in org.opensaml.xmlsec.encryption.impl
Classes in org.opensaml.xmlsec.encryption.impl that implement EncryptedTypeModifier and TypeClassDescriptionclassConcrete implementation ofEncryptedData.classConcrete implementation ofEncryptedKey.classAbstract implementation ofEncryptedType. -
Uses of EncryptedType in org.opensaml.xmlsec.encryption.support
Methods in org.opensaml.xmlsec.encryption.support with parameters of type EncryptedTypeModifier and TypeMethodDescriptionprivate CriteriaSetDecrypter.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.Decrypter.buildKeyCriteria(EncryptedType encryptedType) Build decryption key credential criteria according to information in the encrypted type object.protected voidDefaultPreDecryptionValidator.performCommonValidation(EncryptedType encryptedType) Perform validation common to bothEncryptedDataandEncryptedKey.