gnu.crypto.keyring

Interface PasswordProtectedEntry

public interface PasswordProtectedEntry

Field Summary
IntegerITERATION_COUNT
The iteration count for password-based KDFs.
Method Summary
voidencode(DataOutputStream out, char[] password)
Encodes this entry, protected by a password.

Field Detail

ITERATION_COUNT

public Integer ITERATION_COUNT
The iteration count for password-based KDFs.

Method Detail

encode

public 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.

Copyright © 2001, 2002, 2003 Free Software Foundation, Inc. All Rights Reserved.