Uses of Interface
org.opensaml.xmlsec.encryption.DerivedKeyName
Packages that use DerivedKeyName
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 DerivedKeyName in org.opensaml.xmlsec.encryption
Methods in org.opensaml.xmlsec.encryption that return DerivedKeyNameModifier and TypeMethodDescriptionDerivedKey.getDerivedKeyName()
Get the DerivedKeyName child element.Methods in org.opensaml.xmlsec.encryption with parameters of type DerivedKeyNameModifier and TypeMethodDescriptionvoid
DerivedKey.setDerivedKeyName
(DerivedKeyName name) Set the DerivedKeyName child element. -
Uses of DerivedKeyName in org.opensaml.xmlsec.encryption.impl
Classes in org.opensaml.xmlsec.encryption.impl that implement DerivedKeyNameFields in org.opensaml.xmlsec.encryption.impl declared as DerivedKeyNameModifier and TypeFieldDescriptionprivate DerivedKeyName
DerivedKeyImpl.derivedKeyName
DerivedKeyName child element.Methods in org.opensaml.xmlsec.encryption.impl that return DerivedKeyNameModifier and TypeMethodDescriptionDerivedKeyNameBuilder.buildObject()
Builds an XMLObject using the default name and namespace information provided XML Encryption specifications.DerivedKeyNameBuilder.buildObject
(String namespaceURI, String localName, String namespacePrefix) Creates an XMLObject with a given fully qualified name.DerivedKeyImpl.getDerivedKeyName()
Get the DerivedKeyName child element.Methods in org.opensaml.xmlsec.encryption.impl with parameters of type DerivedKeyNameModifier and TypeMethodDescriptionvoid
DerivedKeyImpl.setDerivedKeyName
(DerivedKeyName name) Set the DerivedKeyName child element.