Uses of Interface
org.opensaml.xmlsec.encryption.EncryptionMethod
-
Packages that use EncryptionMethod Package Description org.opensaml.saml.saml2.metadata Concrete definitions of the objects described in saml-metadata-2.0-os work.org.opensaml.saml.saml2.metadata.impl Concrete implementations of the metadata APIs.org.opensaml.xmlsec.encryption XMLObject interfaces and helper classes for representing encrypted content and encrypting/decrypting content.org.opensaml.xmlsec.encryption.impl 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.metadata Modifier and Type Interface Description interfaceEncryptionMethodSAML 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 Modifier and Type Class Description classEncryptionMethodImplConcrete implementation ofEncryptionMethod. -
Uses of EncryptionMethod in org.opensaml.xmlsec.encryption
Methods in org.opensaml.xmlsec.encryption that return EncryptionMethod Modifier and Type Method Description EncryptionMethodEncryptedType. getEncryptionMethod()Gets the EncryptionMethod child element.Methods in org.opensaml.xmlsec.encryption with parameters of type EncryptionMethod Modifier and Type Method Description voidEncryptedType. 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 EncryptionMethod Modifier and Type Class Description classEncryptionMethodImplConcrete implementation ofEncryptionMethod.Fields in org.opensaml.xmlsec.encryption.impl declared as EncryptionMethod Modifier and Type Field Description private EncryptionMethodEncryptedTypeImpl. encryptionMethodEncryptionMethod child element.Methods in org.opensaml.xmlsec.encryption.impl that return EncryptionMethod Modifier and Type Method Description EncryptionMethodEncryptionMethodBuilder. buildObject()Builds an XMLObject using the default name and namespace information provided XML Encryption specifications.EncryptionMethodEncryptionMethodBuilder. buildObject(String namespaceURI, String localName, String namespacePrefix)Creates an XMLObject with a given fully qualified name.EncryptionMethodEncryptedTypeImpl. getEncryptionMethod()Gets the EncryptionMethod child element.Methods in org.opensaml.xmlsec.encryption.impl with parameters of type EncryptionMethod Modifier and Type Method Description voidEncryptedTypeImpl. setEncryptionMethod(EncryptionMethod newEncryptionMethod)Sets the EncryptionMethod child element.
-