Uses of Interface
org.opensaml.saml.saml2.metadata.EncryptionMethod
Packages that use EncryptionMethod
Package
Description
Implementation of Metadata Filters.
Concrete definitions of the objects described in saml-metadata-2.0-os work.
Concrete implementations of SAML 2.0 metadata objects.
Classes related to verifying various credentials within a SAML system.
-
Uses of EncryptionMethod in org.opensaml.saml.metadata.resolver.filter.impl
Methods in org.opensaml.saml.metadata.resolver.filter.impl with parameters of type EncryptionMethodModifier and TypeMethodDescriptionprotected voidAlgorithmFilter.addEncryptionMethod(EntityDescriptor descriptor, EncryptionMethod encryptionMethod) AddEncryptionMethodextension to everyKeyDescriptorfound in an entity. -
Uses of EncryptionMethod in org.opensaml.saml.saml2.metadata
Methods in org.opensaml.saml.saml2.metadata that return types with arguments of type EncryptionMethodModifier and TypeMethodDescriptionKeyDescriptor.getEncryptionMethods()Gets the encryption methods that are supported by the entity. -
Uses of EncryptionMethod in org.opensaml.saml.saml2.metadata.impl
Classes in org.opensaml.saml.saml2.metadata.impl that implement EncryptionMethodFields in org.opensaml.saml.saml2.metadata.impl with type parameters of type EncryptionMethodModifier and TypeFieldDescriptionprivate final XMLObjectChildrenList<EncryptionMethod>KeyDescriptorImpl.encryptionMethodsEncryption methods supported by the entity.Methods in org.opensaml.saml.saml2.metadata.impl that return EncryptionMethodModifier and TypeMethodDescriptionEncryptionMethodBuilder.buildObject()Builds a SAMLObject using the default name and namespace information provided SAML specifications.EncryptionMethodBuilder.buildObject(String namespaceURI, String localName, String namespacePrefix) Creates an XMLObject with a given fully qualified name.Methods in org.opensaml.saml.saml2.metadata.impl that return types with arguments of type EncryptionMethodModifier and TypeMethodDescriptionKeyDescriptorImpl.getEncryptionMethods()Gets the encryption methods that are supported by the entity. -
Uses of EncryptionMethod in org.opensaml.saml.security.impl
Fields in org.opensaml.saml.security.impl with type parameters of type EncryptionMethodModifier and TypeFieldDescriptionprivate List<EncryptionMethod>SAMLMDCredentialContext.encMethodsEncryption methods associated with the credential.Methods in org.opensaml.saml.security.impl that return types with arguments of type EncryptionMethodModifier and TypeMethodDescriptionSAMLMDCredentialContext.getEncryptionMethods()Return the list ofEncryptionMethod's associated with credential context.protected Pair<String,EncryptionMethod> SAMLMetadataEncryptionParametersResolver.resolveDataEncryptionAlgorithm(CriteriaSet criteria, Predicate<String> includeExcludePredicate, SAMLMDCredentialContext metadataCredContext) Determine the data encryption algorithm URI to use, also returning the associatedEncryptionMethodfrom metadata if relevant.protected Pair<String,EncryptionMethod> SAMLMetadataEncryptionParametersResolver.resolveKeyTransportAlgorithm(Credential keyTransportCredential, CriteriaSet criteria, Predicate<String> includeExcludePredicate, String dataEncryptionAlgorithm, SAMLMDCredentialContext metadataCredContext) Determine the key transport algorithm URI to use with the specified credential, also returning the associatedEncryptionMethodfrom metadata if relevant.Methods in org.opensaml.saml.security.impl with parameters of type EncryptionMethodModifier and TypeMethodDescriptionprotected booleanSAMLMetadataEncryptionParametersResolver.credentialSupportsEncryptionMethod(Credential credential, EncryptionMethod encryptionMethod) Evaluate whether the specified credential is supported for use with the specifiedEncryptionMethod.protected booleanSAMLMetadataEncryptionParametersResolver.evaluateEncryptionMethodChildren(EncryptionMethod encryptionMethod, CriteriaSet criteria, Predicate<String> includeExcludePredicate) Evaluate the child elements of an EncryptionMethod for acceptability based on for example include/exclude policy and algorithm runtime support.protected booleanSAMLMetadataEncryptionParametersResolver.evaluateRSAOAEPChildren(EncryptionMethod encryptionMethod, CriteriaSet criteria, Predicate<String> includeExcludePredicate) Evaluate the child elements of an RSA OAEP EncryptionMethod for acceptability based on for example include/exclude policy and algorithm runtime support.protected voidSAMLMetadataEncryptionParametersResolver.populateRSAOAEPParamsFromEncryptionMethod(RSAOAEPParameters params, EncryptionMethod encryptionMethod, Predicate<String> includeExcludePredicate) ExtractDigestMethod,MGFandOAEPparamsdata present on the supplied instance ofEncryptionMethodand populate it on the supplied instance of ofRSAOAEPParameters.protected voidSAMLMetadataEncryptionParametersResolver.resolveAndPopulateRSAOAEPParams(EncryptionParameters params, CriteriaSet criteria, Predicate<String> includeExcludePredicate, EncryptionMethod encryptionMethod) Resolve and populate an instance ofRSAOAEPParameters, if appropriate for the selected key transport encryption algorithm.