gnu.crypto.keyring
public final class PasswordAuthenticatedEntry extends MaskableEnvelopeEntry implements PasswordProtectedEntry, Registry
An entry authenticated with a password-based MAC.
Version: $Revision: 1.10 $
| Field Summary | |
|---|---|
| static int | TYPE |
| Constructor Summary | |
|---|---|
| PasswordAuthenticatedEntry(String mac, int maclen, Properties properties) | |
| Method Summary | |
|---|---|
| void | authenticate(char[] password) |
| static PasswordAuthenticatedEntry | decode(DataInputStream in, char[] password) |
| static PasswordAuthenticatedEntry | decode(DataInputStream in) |
| void | encode(DataOutputStream out, char[] password) |
| protected void | encodePayload(DataOutputStream out) |
| void | verify(char[] password) |