Uses of Interface
org.opensaml.xmlsec.encryption.CipherData
-
Packages that use CipherData Package Description org.opensaml.xmlsec.encryption XMLObject interfaces and helper classes for representing encrypted content and encrypting/decrypting content. -
-
Uses of CipherData in org.opensaml.xmlsec.encryption
Methods in org.opensaml.xmlsec.encryption that return CipherData Modifier and Type Method Description CipherData
EncryptedType. getCipherData()
Gets the CipherData child element.Methods in org.opensaml.xmlsec.encryption with parameters of type CipherData Modifier and Type Method Description void
EncryptedType. setCipherData(CipherData newCipherData)
Sets the CipherData child element.
-