Uses of Interface
org.opensaml.xmlsec.encryption.MasterKeyName
Packages that use MasterKeyName
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 MasterKeyName in org.opensaml.xmlsec.encryption
Methods in org.opensaml.xmlsec.encryption that return MasterKeyNameModifier and TypeMethodDescriptionDerivedKey.getMasterKeyName()Get the MasterKeyName child element.Methods in org.opensaml.xmlsec.encryption with parameters of type MasterKeyNameModifier and TypeMethodDescriptionvoidDerivedKey.setMasterKeyName(MasterKeyName name) Set the MasterKeyName child element. -
Uses of MasterKeyName in org.opensaml.xmlsec.encryption.impl
Classes in org.opensaml.xmlsec.encryption.impl that implement MasterKeyNameFields in org.opensaml.xmlsec.encryption.impl declared as MasterKeyNameModifier and TypeFieldDescriptionprivate MasterKeyNameDerivedKeyImpl.masterKeyNameMasterKeyName child element.Methods in org.opensaml.xmlsec.encryption.impl that return MasterKeyNameModifier and TypeMethodDescriptionMasterKeyNameBuilder.buildObject()Builds an XMLObject using the default name and namespace information provided XML Encryption specifications.MasterKeyNameBuilder.buildObject(String namespaceURI, String localName, String namespacePrefix) Creates an XMLObject with a given fully qualified name.DerivedKeyImpl.getMasterKeyName()Get the MasterKeyName child element.Methods in org.opensaml.xmlsec.encryption.impl with parameters of type MasterKeyNameModifier and TypeMethodDescriptionvoidDerivedKeyImpl.setMasterKeyName(MasterKeyName name) Set the MasterKeyName child element.