public class McElieceKobaraImaiDigestCipher
extends java.lang.Object
| Constructor and Description |
|---|
McElieceKobaraImaiDigestCipher(MessageEncryptor mcElieceCCA2Cipher,
Digest messDigest) |
| Modifier and Type | Method and Description |
|---|---|
void |
init(boolean forEncrypting,
CipherParameters param) |
byte[] |
messageDecrypt(byte[] ciphertext) |
byte[] |
messageEncrypt() |
void |
reset() |
void |
update(byte b) |
void |
update(byte[] in,
int off,
int len) |
public McElieceKobaraImaiDigestCipher(MessageEncryptor mcElieceCCA2Cipher, Digest messDigest)
public void init(boolean forEncrypting,
CipherParameters param)
public byte[] messageEncrypt()
public byte[] messageDecrypt(byte[] ciphertext)
public void update(byte b)
public void update(byte[] in,
int off,
int len)
public void reset()