Searched refs:ENCRYPTION_ALGORITHM_NAME (Results 1 – 3 of 3) sorted by relevance
42 public static final String ENCRYPTION_ALGORITHM_NAME = "AES-256"; field in PasswordUtils
315 if (encryptionName.equals(PasswordUtils.ENCRYPTION_ALGORITHM_NAME)) { in decodeAesHeaderAndInitialize()
170 headerbuf.append(PasswordUtils.ENCRYPTION_ALGORITHM_NAME); in emitAesBackupHeader()