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 TypeMethodDescriptionorg.opensaml.xmlsec.encryption.EncryptedData
SAMLObjectEncrypter.encrypt
(org.opensaml.core.xml.XMLObject xmlObject, SAMLObjectEncrypter.Peer peer) Maps toSAMLObjectEncrypter.encrypt(XMLObject, Peer, EncryptionConfiguration)
where the default encryption configuration is supplied.org.opensaml.xmlsec.encryption.EncryptedData
SAMLObjectEncrypter.encrypt
(org.opensaml.core.xml.XMLObject xmlObject, SAMLObjectEncrypter.Peer peer, org.opensaml.xmlsec.EncryptionConfiguration configuration) Encrypts the supplied XML object by locating the peer encryption credentials and using the supplied configuration.