Test the KeyDerivationFunction (KDF) used to map from symmetric keys to keys for a particular node in the content tree. More...
Public Member Functions | |
void | testKeysSameTwice () throws Exception |
void | testLabelMakesDifference () |
void | testNoLabelSameTwice () throws Exception |
void | testVersionMakesDifference () throws Exception |
Static Public Member Functions | |
static void | setUpBeforeClass () throws Exception |
Static Package Attributes | |
static SecureRandom | random = new SecureRandom() |
static PublisherPublicKeyDigest | publisher = null |
static ContentName | testName = null |
static ContentName | testNameVersion1 = null |
static ContentName | testNameVersion2 = null |
static String | functionalLabel = "Key Function" |
static SecretKeySpec | keySpec |
static byte[] | key = new byte[16] |
static KeyAndIV | keyandiv |
static KeyAndIV | keyandivnolabel |
Test the KeyDerivationFunction (KDF) used to map from symmetric keys to keys for a particular node in the content tree.