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. -
-
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.
-