Tests saving a SecureKeyCache to disk. More...
Public Member Functions | |
void | testDisjointMerge () throws Exception |
void | testSameCache () throws Exception |
void | testDomination () throws Exception |
Static Public Member Functions | |
static void | setUpBeforeClass () throws Exception |
static void | setUpAfterClass () throws Exception |
Static Package Attributes | |
static KeyPair | pair2 = null |
static KeyPair | myPair2 = null |
static Key | key2 = null |
static KeyPair | pair1 = null |
static KeyPair | myPair1 = null |
static Key | key1 = null |
static SecureKeyCache | cache1 = null |
static SecureKeyCache | cache2 = null |
static byte[] | pubIdentifier2 = null |
static byte[] | myPubIdentifier2 = null |
static byte[] | keyIdentifier2 = null |
static ContentName | keyName2 = null |
static ContentName | privateKeyName2 = null |
static byte[] | pubIdentifier1 = null |
static byte[] | myPubIdentifier1 = null |
static byte[] | keyIdentifier1 = null |
static ContentName | keyName1 = null |
static ContentName | privateKeyName1 = null |
static KeyPairGenerator | kpg = null |
Tests saving a SecureKeyCache to disk.