Uses of Class
se.swedenconnect.opensaml.xmlsec.encryption.support.SAMLObjectEncrypter.Peer
Package
Description
Extensions to OpenSAML support classes for encryption and decryption.
-
Uses of SAMLObjectEncrypter.Peer in se.swedenconnect.opensaml.xmlsec.encryption.support
Modifier 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.