Uses of Interface
org.opensaml.xmlsec.signature.DigestMethod
Packages that use DigestMethod
Package
Description
Implementation components related to key agreement operations.
XMLObject interfaces and helper classes for representing encrypted content and encrypting/decrypting content.
Implementations of the interfaces for XMLObjects that represent XML encryption types.
Implementations of the interfaces for XMLObjects that represent XML signature types.
-
Uses of DigestMethod in org.opensaml.xmlsec.agreement.impl
Methods in org.opensaml.xmlsec.agreement.impl with parameters of type DigestMethodModifier and TypeMethodDescriptionstatic DigestMethod
DigestMethod.fromXMLObject
(DigestMethod xmlObject) Create and initialize a new instance from the specifiedXMLObject
. -
Uses of DigestMethod in org.opensaml.xmlsec.encryption
Methods in org.opensaml.xmlsec.encryption that return DigestMethodMethods in org.opensaml.xmlsec.encryption with parameters of type DigestMethodModifier and TypeMethodDescriptionvoid
ConcatKDFParams.setDigestMethod
(DigestMethod digestMethod) Sets the digest method. -
Uses of DigestMethod in org.opensaml.xmlsec.encryption.impl
Fields in org.opensaml.xmlsec.encryption.impl declared as DigestMethodModifier and TypeFieldDescriptionprivate DigestMethod
ConcatKDFParamsImpl.digestMethod
DigestMethod.Methods in org.opensaml.xmlsec.encryption.impl that return DigestMethodMethods in org.opensaml.xmlsec.encryption.impl with parameters of type DigestMethodModifier and TypeMethodDescriptionvoid
ConcatKDFParamsImpl.setDigestMethod
(DigestMethod newDigestMethod) Sets the digest method. -
Uses of DigestMethod in org.opensaml.xmlsec.signature.impl
Classes in org.opensaml.xmlsec.signature.impl that implement DigestMethodMethods in org.opensaml.xmlsec.signature.impl that return DigestMethodModifier and TypeMethodDescriptionDigestMethodBuilder.buildObject()
Builds an XMLObject using the default name and namespace information provided by the XML Signature specifications.DigestMethodBuilder.buildObject
(String namespaceURI, String localName, String namespacePrefix) Creates an XMLObject with a given fully qualified name.