|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface Wrapper
| Method Summary | |
|---|---|
String |
getAlgorithmName()
Return the name of the algorithm the wrapper implements. |
void |
init(boolean forWrapping,
CipherParameters param)
|
byte[] |
unwrap(byte[] in,
int inOff,
int inLen)
|
byte[] |
wrap(byte[] in,
int inOff,
int inLen)
|
| Method Detail |
|---|
void init(boolean forWrapping,
CipherParameters param)
String getAlgorithmName()
byte[] wrap(byte[] in,
int inOff,
int inLen)
byte[] unwrap(byte[] in,
int inOff,
int inLen)
throws InvalidCipherTextException
InvalidCipherTextException
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||