Uses of Interface
org.opensaml.xmlsec.encryption.CarriedKeyName
-
Packages that use CarriedKeyName Package Description org.opensaml.xmlsec.encryption 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 CarriedKeyName Modifier and Type Method Description CarriedKeyName
EncryptedKey. getCarriedKeyName()
Gets the child element carrying the human readable name for this key.Methods in org.opensaml.xmlsec.encryption with parameters of type CarriedKeyName Modifier and Type Method Description void
EncryptedKey. setCarriedKeyName(CarriedKeyName newCarriedKeyName)
Sets the child element carrying the human readable name for this key.
-