gnu.crypto.keyring
Interface PasswordProtectedEntry
- All Known Implementing Classes:
- PasswordAuthenticatedEntry, PasswordEncryptedEntry
- public interface PasswordProtectedEntry
Method Summary |
void |
encode(DataOutputStream out,
char[] password)
Encodes this entry, protected by a password. |
ITERATION_COUNT
public static final Integer ITERATION_COUNT
- The iteration count for password-based KDFs.
encode
public void encode(DataOutputStream out,
char[] password)
throws IOException
- 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.
Copyright © 2001, 2002, 2003
Free Software Foundation,
Inc. All Rights Reserved.