Uses of Class
se.litsec.opensaml.xmlsec.SAMLObjectEncrypter.Peer
-
Packages that use SAMLObjectEncrypter.Peer Package Description se.litsec.opensaml.xmlsec Utility classes for working with XML Security (signatures and encryption/decryption). -
-
Uses of SAMLObjectEncrypter.Peer in se.litsec.opensaml.xmlsec
Methods in se.litsec.opensaml.xmlsec with parameters of type SAMLObjectEncrypter.Peer Modifier and Type Method Description EncryptedData
SAMLObjectEncrypter. encrypt(XMLObject xmlObject, SAMLObjectEncrypter.Peer peer)
Maps toSAMLObjectEncrypter.encrypt(XMLObject, Peer, EncryptionConfiguration)
where the default encryption configuration is supplied.EncryptedData
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.
-