gnu.crypto.keyring
public interface PasswordProtectedEntry
| Field Summary | |
|---|---|
| Integer | ITERATION_COUNT
The iteration count for password-based KDFs. |
| Method Summary | |
|---|---|
| void | encode(DataOutputStream out, char[] password)
Encodes this entry, protected by a password.
|
Parameters: out The output stream to encode to. password The password.
Throws: IOException If an I/O error occurs.