Uses of Interface
org.opensaml.xmlsec.encryption.DerivedKey
-
Packages that use DerivedKey Package Description org.opensaml.xmlsec.encryption.impl Implementations of the interfaces for XMLObjects that represent XML encryption types. -
-
Uses of DerivedKey in org.opensaml.xmlsec.encryption.impl
Classes in org.opensaml.xmlsec.encryption.impl that implement DerivedKey Modifier and Type Class Description classDerivedKeyImplConcrete implementation ofDerivedKey.Methods in org.opensaml.xmlsec.encryption.impl that return DerivedKey Modifier and Type Method Description DerivedKeyDerivedKeyBuilder. buildObject()Builds an XMLObject using the default name and namespace information provided XML Encryption specifications.DerivedKeyDerivedKeyBuilder. buildObject(String namespaceURI, String localName, String namespacePrefix)Creates an XMLObject with a given fully qualified name.
-