Uses of Interface
org.opensaml.xmlsec.encryption.CarriedKeyName
Packages that use CarriedKeyName
Package
Description
XMLObject interfaces and helper classes for representing encrypted content and encrypting/decrypting content.
-
Uses of CarriedKeyName in org.opensaml.xmlsec.encryption
Methods in org.opensaml.xmlsec.encryption that return CarriedKeyNameModifier and TypeMethodDescriptionEncryptedKey.getCarriedKeyName()Gets the child element carrying the human readable name for this key.Methods in org.opensaml.xmlsec.encryption with parameters of type CarriedKeyNameModifier and TypeMethodDescriptionvoidEncryptedKey.setCarriedKeyName(CarriedKeyName newCarriedKeyName) Sets the child element carrying the human readable name for this key.