gnu.crypto.keyring
public class EncryptedEntry extends MaskableEnvelopeEntry implements Registry
| Field Summary | |
|---|---|
| static int | TYPE |
| Constructor Summary | |
|---|---|
| EncryptedEntry(String cipher, String mode, Properties properties) | |
| Method Summary | |
|---|---|
| static EncryptedEntry | decode(DataInputStream in) |
| void | decrypt(byte[] key, byte[] iv) |
| void | encodePayload() |
| void | encrypt(byte[] key, byte[] iv) |