Package uk.gov.ida.saml.security
Class AssertionDecrypter
- java.lang.Object
-
- uk.gov.ida.saml.security.AssertionDecrypter
-
public class AssertionDecrypter extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description protected EncryptionAlgorithmValidatorencryptionAlgorithmValidator
-
Constructor Summary
Constructors Constructor Description AssertionDecrypter(EncryptionAlgorithmValidator encryptionAlgorithmValidator, org.opensaml.saml.saml2.encryption.Decrypter decrypter)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.List<org.opensaml.saml.saml2.core.Assertion>decryptAssertions(ValidatedEncryptedAssertionContainer container)java.util.List<java.lang.String>getReEncryptedKeys(ValidatedEncryptedAssertionContainer container, SecretKeyEncrypter secretKeyEncrypter, java.lang.String entityId)
-
-
-
Field Detail
-
encryptionAlgorithmValidator
protected final EncryptionAlgorithmValidator encryptionAlgorithmValidator
-
-
Constructor Detail
-
AssertionDecrypter
public AssertionDecrypter(EncryptionAlgorithmValidator encryptionAlgorithmValidator, org.opensaml.saml.saml2.encryption.Decrypter decrypter)
-
-
Method Detail
-
decryptAssertions
public java.util.List<org.opensaml.saml.saml2.core.Assertion> decryptAssertions(ValidatedEncryptedAssertionContainer container)
-
getReEncryptedKeys
public java.util.List<java.lang.String> getReEncryptedKeys(ValidatedEncryptedAssertionContainer container, SecretKeyEncrypter secretKeyEncrypter, java.lang.String entityId)
-
-