Uses of Interface
org.opensaml.xmlsec.encryption.Specified
Packages that use Specified
Package
Description
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 Specified in org.opensaml.xmlsec.encryption
Methods in org.opensaml.xmlsec.encryption that return SpecifiedMethods in org.opensaml.xmlsec.encryption with parameters of type SpecifiedModifier and TypeMethodDescriptionvoid
Salt.setSpecified
(Specified specified) Set the Specified child element. -
Uses of Specified in org.opensaml.xmlsec.encryption.impl
Classes in org.opensaml.xmlsec.encryption.impl that implement SpecifiedFields in org.opensaml.xmlsec.encryption.impl declared as SpecifiedModifier and TypeFieldDescriptionprivate Specified
SaltImpl.specified
Specified child element value.Methods in org.opensaml.xmlsec.encryption.impl that return SpecifiedModifier and TypeMethodDescriptionSpecifiedBuilder.buildObject()
Builds an XMLObject using the default name and namespace information provided XML Encryption specifications.SpecifiedBuilder.buildObject
(String namespaceURI, String localName, String namespacePrefix) Creates an XMLObject with a given fully qualified name.SaltImpl.getSpecified()
Get the Specified child element.Methods in org.opensaml.xmlsec.encryption.impl with parameters of type SpecifiedModifier and TypeMethodDescriptionvoid
SaltImpl.setSpecified
(Specified newSpecified) Set the Specified child element.