|
Bouncy Castle Cryptography Library 1.81 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
EncapsulatedSecretGenerator
and EncapsulatedSecretExtractor
The basic interface for key encapsulation mechanisms.
Method Summary | |
CipherParameters |
decrypt(byte[] in,
int inOff,
int inLen,
int keyLen)
Deprecated. Decapsulate an encapsulated session key. |
CipherParameters |
encrypt(byte[] out,
int outOff,
int keyLen)
Deprecated. Encapsulate a randomly generated session key. |
void |
init(CipherParameters param)
Deprecated. Initialise the key encapsulation mechanism. |
Method Detail |
public void init(CipherParameters param)
public CipherParameters encrypt(byte[] out, int outOff, int keyLen)
public CipherParameters decrypt(byte[] in, int inOff, int inLen, int keyLen)
|
Bouncy Castle Cryptography Library 1.81 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |