public interface IPBE
Trivial interface to group Password-based encryption property names.
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
ITERATION_COUNT
Property name for the iteration count in a PBE algorithm.
|
static java.lang.String |
PASSWORD
Property name for the password in a PBE algorithm.
|
static java.lang.String |
SALT
Property name for the salt in a PBE algorithm.
|
static final java.lang.String ITERATION_COUNT
Integer.static final java.lang.String PASSWORD
static final java.lang.String SALT
Copyright © 2025. All rights reserved.