Searched refs:getEncryptionKeyType (Results 1 – 12 of 12) sorted by relevance
54 assertThat(dBEncryptionKey.getEncryptionKeyType()).isEqualTo(ENCRYPTION_KEY_TYPE_AUCTION); in testBuildValidEncryptionKey_success()72 assertThat(dBEncryptionKey.getEncryptionKeyType()).isEqualTo(ENCRYPTION_KEY_TYPE_AUCTION); in testBuildValidEncryptionKey_rowIdAbsent_success()
53 assertThat(dBEncryptionKey.getEncryptionKeyType()).isEqualTo(ENCRYPTION_KEY_TYPE_AUCTION); in testBuildValidEncryptionKey_success()
306 key.getEncryptionKeyType()))328 return builder.setEncryptionKeyType(key.getEncryptionKeyType())339 return builder.setEncryptionKeyType(key.getEncryptionKeyType())
52 dbEncryptionKey.getEncryptionKeyType() in parseDbEncryptionKey()
64 dbEncryptionKey.getEncryptionKeyType() in parseDbEncryptionKey()
126 switch (dbEncryptionKey.getEncryptionKeyType()) { in parseDbEncryptionKey()
329 key.getEncryptionKeyType()))
115 assertThat(keys.get(0).getEncryptionKeyType()) in getDbEncryptionKeys_missingMaxAge_usesDefaultAge()132 assertThat(keys.get(0).getEncryptionKeyType()) in getDbEncryptionKeys_parsesSingleKey()
123 assertThat(keys.get(0).getEncryptionKeyType()) in getDbEncryptionKeys_missingMaxAge_usesDefaultAge()
42 public abstract int getEncryptionKeyType(); in getEncryptionKeyType() method in DBEncryptionKey
52 public abstract int getEncryptionKeyType(); in getEncryptionKeyType() method in DBEncryptionContext
70 public abstract int getEncryptionKeyType(); in getEncryptionKeyType() method in DBProtectedServersEncryptionConfig