gnu.crypto.keyring

Class EncryptedEntry

public class EncryptedEntry extends MaskableEnvelopeEntry implements Registry

Field Summary
static intTYPE
Constructor Summary
EncryptedEntry(String cipher, String mode, Properties properties)
Method Summary
static EncryptedEntrydecode(DataInputStream in)
voiddecrypt(byte[] key, byte[] iv)
voidencodePayload()
voidencrypt(byte[] key, byte[] iv)

Field Detail

TYPE

public static final int TYPE

Constructor Detail

EncryptedEntry

public EncryptedEntry(String cipher, String mode, Properties properties)

Method Detail

decode

public static EncryptedEntry decode(DataInputStream in)

decrypt

public void decrypt(byte[] key, byte[] iv)

encodePayload

public void encodePayload()

encrypt

public void encrypt(byte[] key, byte[] iv)
Copyright © 2001, 2002, 2003 Free Software Foundation, Inc. All Rights Reserved.