public class BasicEncryptionConfigurationTest extends Object
| Modifier and Type | Field and Description |
|---|---|
private org.opensaml.xmlsec.impl.BasicEncryptionConfiguration |
config |
private org.opensaml.security.credential.Credential |
cred1 |
private org.opensaml.security.credential.Credential |
cred2 |
| Constructor and Description |
|---|
BasicEncryptionConfigurationTest() |
| Modifier and Type | Method and Description |
|---|---|
void |
generateCredentials() |
void |
setUp() |
void |
testDataEncryptionAlgorithmURIs() |
void |
testDataEncryptionAlgorithmURIsImmutable() |
void |
testDataEncryptionCredentials() |
void |
testDataEncryptionCredentialsImmutable() |
void |
testDataKeyInfoGeneratorManager() |
void |
testDefaults() |
void |
testKeyTransportAlgorithmPredicate() |
void |
testKeyTransportEncryptionAlgorithmURIs() |
void |
testKeyTransportEncryptionAlgorithmURIsImmutable() |
void |
testKeyTransportEncryptionCredentials() |
void |
testKeyTransportEncryptionCredentialsImmutable() |
void |
testKeyTransportKeyInfoGeneratorManager() |
void |
testRSAOAEPParameters() |
void |
testRSAOAEPParametersMerge() |
private org.opensaml.xmlsec.impl.BasicEncryptionConfiguration config
private org.opensaml.security.credential.Credential cred1
private org.opensaml.security.credential.Credential cred2
public void generateCredentials()
throws NoSuchAlgorithmException,
NoSuchProviderException
public void setUp()
public void testDefaults()
public void testDataEncryptionCredentials()
public void testDataEncryptionCredentialsImmutable()
public void testDataEncryptionAlgorithmURIs()
public void testDataEncryptionAlgorithmURIsImmutable()
public void testKeyTransportEncryptionCredentials()
public void testKeyTransportEncryptionCredentialsImmutable()
public void testKeyTransportEncryptionAlgorithmURIs()
public void testKeyTransportEncryptionAlgorithmURIsImmutable()
public void testDataKeyInfoGeneratorManager()
public void testKeyTransportKeyInfoGeneratorManager()
public void testRSAOAEPParameters()
public void testRSAOAEPParametersMerge()
public void testKeyTransportAlgorithmPredicate()
Copyright © 1999–2015. All rights reserved.