Package org.soulwing.s2ks.aws
Class AwsKeyStorageProviderTest
- java.lang.Object
-
- org.soulwing.s2ks.aws.AwsKeyStorageProviderTest
-
public class AwsKeyStorageProviderTest extends java.lang.Object
Tests for theAwsKeyStorageProvider
.- Author:
- Carl Harris
-
-
Field Summary
Fields Modifier and Type Field Description AwsProfileAvailableRule
profileAvailableRule
-
Constructor Summary
Constructors Constructor Description AwsKeyStorageProviderTest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
setUp()
void
testRetrieveWhenNotFound()
void
testStoreAndRetrieveAesKey()
void
testStoreAndRetrieveEcPrivateKey()
void
testStoreAndRetrieveRsaPrivateKey()
-
-
-
Field Detail
-
profileAvailableRule
public final AwsProfileAvailableRule profileAvailableRule
-
-
Method Detail
-
setUp
public void setUp() throws java.lang.Exception
- Throws:
java.lang.Exception
-
testStoreAndRetrieveAesKey
public void testStoreAndRetrieveAesKey() throws java.lang.Exception
- Throws:
java.lang.Exception
-
testStoreAndRetrieveEcPrivateKey
public void testStoreAndRetrieveEcPrivateKey() throws java.lang.Exception
- Throws:
java.lang.Exception
-
testStoreAndRetrieveRsaPrivateKey
public void testStoreAndRetrieveRsaPrivateKey() throws java.lang.Exception
- Throws:
java.lang.Exception
-
testRetrieveWhenNotFound
public void testRetrieveWhenNotFound() throws java.lang.Exception
- Throws:
java.lang.Exception
-
-