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.
Implementations of the interfaces for XMLObjects that represent XML encryption types.
-
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 TypeMethodDescriptionvoid
EncryptedType.setCipherData
(CipherData newCipherData) Sets the CipherData child element. -
Uses of CipherData in org.opensaml.xmlsec.encryption.impl
Classes in org.opensaml.xmlsec.encryption.impl that implement CipherDataFields in org.opensaml.xmlsec.encryption.impl declared as CipherDataModifier and TypeFieldDescriptionprivate CipherData
EncryptedTypeImpl.cipherData
CipherData child element.Methods in org.opensaml.xmlsec.encryption.impl that return CipherDataModifier and TypeMethodDescriptionCipherDataBuilder.buildObject()
Builds an XMLObject using the default name and namespace information provided XML Encryption specifications.CipherDataBuilder.buildObject
(String namespaceURI, String localName, String namespacePrefix) Creates an XMLObject with a given fully qualified name.EncryptedTypeImpl.getCipherData()
Gets the CipherData child element.Methods in org.opensaml.xmlsec.encryption.impl with parameters of type CipherDataModifier and TypeMethodDescriptionvoid
EncryptedTypeImpl.setCipherData
(CipherData newCipherData) Sets the CipherData child element.