Uses of Interface
org.opensaml.xmlsec.encryption.EncryptionMethod
Packages that use EncryptionMethod
Package
Description
Concrete definitions of the objects described in saml-metadata-2.0-os work.
Concrete implementations of the metadata APIs.
XMLObject interfaces and helper classes for representing encrypted content and encrypting/decrypting content.
Implementations of the interfaces for XMLObjects that represent XML encryption types.
-
Uses of EncryptionMethod in org.opensaml.saml.saml2.metadata
Subinterfaces of EncryptionMethod in org.opensaml.saml.saml2.metadataModifier and TypeInterfaceDescriptioninterface
SAML 2.0 Metadata EncryptionMethod. -
Uses of EncryptionMethod in org.opensaml.saml.saml2.metadata.impl
Classes in org.opensaml.saml.saml2.metadata.impl that implement EncryptionMethod -
Uses of EncryptionMethod in org.opensaml.xmlsec.encryption
Methods in org.opensaml.xmlsec.encryption that return EncryptionMethodModifier and TypeMethodDescriptionEncryptedType.getEncryptionMethod()
Gets the EncryptionMethod child element.Methods in org.opensaml.xmlsec.encryption with parameters of type EncryptionMethodModifier and TypeMethodDescriptionvoid
EncryptedType.setEncryptionMethod
(EncryptionMethod newEncryptionMethod) Sets the EncryptionMethod child element. -
Uses of EncryptionMethod in org.opensaml.xmlsec.encryption.impl
Classes in org.opensaml.xmlsec.encryption.impl that implement EncryptionMethodFields in org.opensaml.xmlsec.encryption.impl declared as EncryptionMethodModifier and TypeFieldDescriptionprivate EncryptionMethod
EncryptedTypeImpl.encryptionMethod
EncryptionMethod child element.Methods in org.opensaml.xmlsec.encryption.impl that return EncryptionMethodModifier and TypeMethodDescriptionEncryptionMethodBuilder.buildObject()
Builds an XMLObject using the default name and namespace information provided XML Encryption specifications.EncryptionMethodBuilder.buildObject
(String namespaceURI, String localName, String namespacePrefix) Creates an XMLObject with a given fully qualified name.EncryptedTypeImpl.getEncryptionMethod()
Gets the EncryptionMethod child element.Methods in org.opensaml.xmlsec.encryption.impl with parameters of type EncryptionMethodModifier and TypeMethodDescriptionvoid
EncryptedTypeImpl.setEncryptionMethod
(EncryptionMethod newEncryptionMethod) Sets the EncryptionMethod child element.