gnu.crypto.keyring
Class PasswordEncryptedEntry
public
class
PasswordEncryptedEntry
extends MaskableEnvelopeEntry
implements PasswordProtectedEntry, Registry
An envelope that is encrypted with a password-derived key.
public static final int TYPE
public PasswordEncryptedEntry(String cipher, String mode, int keylen,
Properties properties)
public void decrypt(char[] password)
public void encode(DataOutputStream out, char[] password)
protected void encodePayload()
public void encrypt(char[] password)