Package org.opensaml.xmlsec.impl
Class BasicEncryptionConfigurationTest
java.lang.Object
org.opensaml.xmlsec.impl.BasicEncryptionConfigurationTest
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate BasicEncryptionConfigurationprivate Credentialprivate Credential -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidvoidsetUp()voidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoid
-
Field Details
-
config
-
cred1
-
cred2
-
-
Constructor Details
-
BasicEncryptionConfigurationTest
public BasicEncryptionConfigurationTest()
-
-
Method Details
-
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()
-