Class AssertionEncrypter
- java.lang.Object
-
- uk.gov.ida.saml.core.transformers.outbound.decorators.AssertionEncrypter
-
public class AssertionEncrypter extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description AssertionEncrypter(EncrypterFactory encrypterFactory, KeyStoreBackedEncryptionCredentialResolver credentialFactory)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.opensaml.saml.saml2.core.EncryptedAssertionencrypt(org.opensaml.saml.saml2.core.Assertion assertion, java.lang.String entityId)
-
-
-
Constructor Detail
-
AssertionEncrypter
public AssertionEncrypter(EncrypterFactory encrypterFactory, KeyStoreBackedEncryptionCredentialResolver credentialFactory)
-
-