org.ccnx.ccn.test.profiles.security.access.group.KeyDirectoryTestRepo Class Reference
List of all members.
Classes |
class | TestPrincipalKeyDirectory |
Public Member Functions |
void | testInOrder () throws Exception |
| Ensures that the tests run in the correct order.
|
void | testKeyDirectoryCreation () throws Exception |
void | testAddPrivateKey () throws Exception |
void | testGetUnwrappedKeyGroupMember () throws Exception |
void | testAddWrappedKey () throws Exception |
void | addWrappingKeyToACM () throws Exception |
void | testGetWrappedKeyForKeyID () throws Exception |
void | testGetUnwrappedKey () throws Exception |
void | testGetPrivateKey () throws Exception |
void | testGetUnwrappedKeySuperseded () throws Exception |
void | testAddPreviousKeyBlock () throws Exception |
Static Public Member Functions |
static void | tearDownAfterClass () throws Exception |
static void | setUpBeforeClass () throws Exception |
Static Package Attributes |
static Random | rand = new Random() |
static final String | directoryBase = "/test" |
static final String | keyDirectoryBase = "/test/KeyDirectoryTestRepo-" |
static ContentName | keyDirectoryName |
static ContentName | userStore |
static String | principalName = "pgolle-" |
static ContentName | publicKeyName |
static ContentName | versionedDirectoryName |
static PrivateKey | wrappedPrivateKey |
static Key | AESSecretKey |
static KeyPair | wrappingKeyPair |
static byte[] | wrappingPKID |
static GroupAccessControlManager | acm |
static TestPrincipalKeyDirectory | kd |
static int | testCount = 0 |
static CCNHandle | handle |
Member Function Documentation
void org.ccnx.ccn.test.profiles.security.access.group.KeyDirectoryTestRepo.testInOrder |
( |
|
) |
throws Exception |
Ensures that the tests run in the correct order.
- Exceptions:
-
The documentation for this class was generated from the following file:
- src/org/ccnx/ccn/test/profiles/security/access/group/KeyDirectoryTestRepo.java