gnu.crypto.keyring
Interface PasswordProtectedEntry
- PasswordAuthenticatedEntry, PasswordEncryptedEntry
public interface PasswordProtectedEntry
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.
out
- The output stream to encode to.password
- The password.
Copyright © 2001, 2002, 2003
Free Software Foundation,
Inc. All Rights Reserved.