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 TypeMethodDescriptionvoidSalt.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 SpecifiedSaltImpl.specifiedSpecified 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 TypeMethodDescriptionvoidSaltImpl.setSpecified(Specified newSpecified) Set the Specified child element.