Initial test of KeyManager functionality. More...
Public Member Functions | |
void | testWriteContent () throws Exception |
Static Public Member Functions | |
static void | setUpBeforeClass () throws Exception |
Static Protected Attributes | |
static Random | _rand = new Random() |
static final int | KEY_COUNT = 5 |
static final int | DATA_COUNT_PER_KEY = 3 |
static KeyPair[] | pairs = new KeyPair[KEY_COUNT] |
Static Package Attributes | |
static ContentName | testprefix = new ContentName("test","pubidtest") |
static ContentName | keyprefix = new ContentName(testprefix,"keys") |
static ContentName | dataprefix = new ContentName(testprefix,"data") |
static PublisherPublicKeyDigest[] | publishers = new PublisherPublicKeyDigest[KEY_COUNT] |
static KeyLocator[] | keyLocs = new KeyLocator[KEY_COUNT] |
Initial test of KeyManager functionality.