Package org.opensaml.xmlsec.impl
Class BasicEncryptionConfigurationTest
- java.lang.Object
-
- org.opensaml.xmlsec.impl.BasicEncryptionConfigurationTest
-
public class BasicEncryptionConfigurationTest extends Object
-
-
Constructor Summary
Constructors Constructor Description BasicEncryptionConfigurationTest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidgenerateCredentials()voidsetUp()voidtestDataEncryptionAlgorithmURIs()voidtestDataEncryptionAlgorithmURIsImmutable()voidtestDataEncryptionCredentials()voidtestDataEncryptionCredentialsImmutable()voidtestDataKeyInfoGeneratorManager()voidtestDefaults()voidtestKeyTransportAlgorithmPredicate()voidtestKeyTransportEncryptionAlgorithmURIs()voidtestKeyTransportEncryptionAlgorithmURIsImmutable()voidtestKeyTransportEncryptionCredentials()voidtestKeyTransportEncryptionCredentialsImmutable()voidtestKeyTransportKeyInfoGeneratorManager()voidtestRSAOAEPParameters()voidtestRSAOAEPParametersMerge()
-
-
-
Method Detail
-
generateCredentials
@BeforeClass public void generateCredentials() throws NoSuchAlgorithmException, NoSuchProviderException
-
setUp
@BeforeMethod public void setUp()
-
testDefaults
public void testDefaults()
-
testDataEncryptionCredentials
public void testDataEncryptionCredentials()
-
testDataEncryptionCredentialsImmutable
public void testDataEncryptionCredentialsImmutable()
-
testDataEncryptionAlgorithmURIs
public void testDataEncryptionAlgorithmURIs()
-
testDataEncryptionAlgorithmURIsImmutable
public void testDataEncryptionAlgorithmURIsImmutable()
-
testKeyTransportEncryptionCredentials
public void testKeyTransportEncryptionCredentials()
-
testKeyTransportEncryptionCredentialsImmutable
public void testKeyTransportEncryptionCredentialsImmutable()
-
testKeyTransportEncryptionAlgorithmURIs
public void testKeyTransportEncryptionAlgorithmURIs()
-
testKeyTransportEncryptionAlgorithmURIsImmutable
public void testKeyTransportEncryptionAlgorithmURIsImmutable()
-
testDataKeyInfoGeneratorManager
public void testDataKeyInfoGeneratorManager()
-
testKeyTransportKeyInfoGeneratorManager
public void testKeyTransportKeyInfoGeneratorManager()
-
testRSAOAEPParameters
public void testRSAOAEPParameters()
-
testRSAOAEPParametersMerge
public void testRSAOAEPParametersMerge()
-
testKeyTransportAlgorithmPredicate
public void testKeyTransportAlgorithmPredicate()
-
-