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 = ContentName.fromNative(new String[]{"test","pubidtest"}) |
static ContentName | keyprefix = ContentName.fromNative(testprefix,"keys") |
static ContentName | dataprefix = ContentName.fromNative(testprefix,"data") |
static PublisherPublicKeyDigest[] | publishers = new PublisherPublicKeyDigest[KEY_COUNT] |
static KeyLocator[] | keyLocs = new KeyLocator[KEY_COUNT] |