Uses of Interface
org.opensaml.xmlsec.encryption.CipherData
Packages that use CipherData
Package
Description
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 CipherDataModifier and TypeMethodDescriptionEncryptedType.getCipherData()Gets the CipherData child element.Methods in org.opensaml.xmlsec.encryption with parameters of type CipherDataModifier and TypeMethodDescriptionvoidEncryptedType.setCipherData(CipherData newCipherData) Sets the CipherData child element.