Cipher.CryptMode| Modifier and Type | Method and Description |
|---|---|
int |
doFinal(byte[] out,
int outOff) |
void |
init(Cipher.CryptMode cryptMode,
byte[] bytes) |
void |
reset() |
int |
update(byte[] in,
int inOff,
int bytes,
byte[] out,
int outOff) |
public void init(Cipher.CryptMode cryptMode, byte[] bytes) throws SecurityException
init in interface CipherSecurityExceptionpublic int update(byte[] in,
int inOff,
int bytes,
byte[] out,
int outOff)
throws SecurityException
update in interface CipherSecurityExceptionpublic int doFinal(byte[] out,
int outOff)
throws SecurityException
doFinal in interface CipherSecurityException