Uses of Interface
org.opensaml.xmlsec.encryption.DerivedKeyName
-
Packages that use DerivedKeyName Package Description org.opensaml.xmlsec.encryption XMLObject interfaces and helper classes for representing encrypted content and encrypting/decrypting content.org.opensaml.xmlsec.encryption.impl 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 DerivedKeyName Modifier and Type Method Description DerivedKeyNameDerivedKey. getDerivedKeyName()Get the DerivedKeyName child element.Methods in org.opensaml.xmlsec.encryption with parameters of type DerivedKeyName Modifier and Type Method Description voidDerivedKey. 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 DerivedKeyName Modifier and Type Class Description classDerivedKeyNameImplConcrete implementation ofDerivedKeyName.Fields in org.opensaml.xmlsec.encryption.impl declared as DerivedKeyName Modifier and Type Field Description private DerivedKeyNameDerivedKeyImpl. derivedKeyNameDerivedKeyName child element.Methods in org.opensaml.xmlsec.encryption.impl that return DerivedKeyName Modifier and Type Method Description DerivedKeyNameDerivedKeyNameBuilder. buildObject()Builds an XMLObject using the default name and namespace information provided XML Encryption specifications.DerivedKeyNameDerivedKeyNameBuilder. buildObject(String namespaceURI, String localName, String namespacePrefix)Creates an XMLObject with a given fully qualified name.DerivedKeyNameDerivedKeyImpl. getDerivedKeyName()Get the DerivedKeyName child element.Methods in org.opensaml.xmlsec.encryption.impl with parameters of type DerivedKeyName Modifier and Type Method Description voidDerivedKeyImpl. setDerivedKeyName(DerivedKeyName name)Set the DerivedKeyName child element.
-