Package org.opensaml.xmlsec.impl
Class BasicDecryptionConfigurationTest
- java.lang.Object
-
- org.opensaml.xmlsec.impl.BasicDecryptionConfigurationTest
-
public class BasicDecryptionConfigurationTest extends Object
-
-
Field Summary
Fields Modifier and Type Field Description private BasicDecryptionConfigurationconfig
-
Constructor Summary
Constructors Constructor Description BasicDecryptionConfigurationTest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidsetUp()voidtestDataKeyInfoCredentialResolver()voidtestEncryptedKeyResolver()voidtestKEKInfoCredentialResolver()
-
-
-
Field Detail
-
config
private BasicDecryptionConfiguration config
-
-
Method Detail
-
setUp
@BeforeMethod public void setUp()
-
testDataKeyInfoCredentialResolver
public void testDataKeyInfoCredentialResolver()
-
testKEKInfoCredentialResolver
public void testKEKInfoCredentialResolver()
-
testEncryptedKeyResolver
public void testEncryptedKeyResolver()
-
-