Searched defs:NON_NULL_METADATA (Results 1 – 3 of 3) sorted by relevance
74 private static final byte[] NON_NULL_METADATA = "somemetadata".getBytes(StandardCharsets.UTF_8); field in KeySyncUtilsTest195 encryptedKeys.get(alias1), NON_NULL_METADATA); in decryptApplicationKey_throwsIfWrongMetadata() local
65 private static final byte[] NON_NULL_METADATA = "test-metadata".getBytes( field in RecoverableKeyGeneratorTest
57 private static final byte[] NON_NULL_METADATA = "keyMetadata".getBytes(StandardCharsets.UTF_8); field in WrappedKeyTest