Uses of Class
se.swedenconnect.opensaml.xmlsec.encryption.support.SAMLObjectEncrypter.Peer
Packages that use SAMLObjectEncrypter.Peer
Package
Description
Extensions to OpenSAML support classes for encryption and decryption.
-
Uses of SAMLObjectEncrypter.Peer in se.swedenconnect.opensaml.xmlsec.encryption.support
Methods in se.swedenconnect.opensaml.xmlsec.encryption.support with parameters of type SAMLObjectEncrypter.PeerModifier and TypeMethodDescriptionSAMLObjectEncrypter.encrypt
(XMLObject xmlObject, SAMLObjectEncrypter.Peer peer) Maps toSAMLObjectEncrypter.encrypt(XMLObject, Peer, EncryptionConfiguration)
where the default encryption configuration is supplied.SAMLObjectEncrypter.encrypt
(XMLObject xmlObject, SAMLObjectEncrypter.Peer peer, EncryptionConfiguration configuration) Encrypts the supplied XML object by locating the peer encryption credentials and using the supplied configuration.