Uses of Interface
org.opensaml.saml.ext.saml2alg.SigningMethod
Packages that use SigningMethod
Package
Description
Implementation for SAML v2.0 Metadata Profile for Algorithm Support Version 1.0.
Classes related to verifying various credentials within a SAML system.
-
Uses of SigningMethod in org.opensaml.saml.ext.saml2alg.impl
Classes in org.opensaml.saml.ext.saml2alg.impl that implement SigningMethodMethods in org.opensaml.saml.ext.saml2alg.impl that return SigningMethodModifier and TypeMethodDescriptionSigningMethodBuilder.buildObject()Builds a SAMLObject using the default name and namespace information provided SAML specifications.SigningMethodBuilder.buildObject(String namespaceURI, String localName, String namespacePrefix) Creates an XMLObject with a given fully qualified name. -
Uses of SigningMethod in org.opensaml.saml.security.impl
Methods in org.opensaml.saml.security.impl with parameters of type SigningMethodModifier and TypeMethodDescriptionprotected booleanSAMLMetadataSignatureSigningParametersResolver.credentialSupportsSigningMethod(Credential credential, SigningMethod signingMethod) Evaluate whether the specified credential is supported for use with the specifiedSigningMethod.