Class JceCipher
java.lang.Object
com.hierynomus.security.jce.JceCipher
- All Implemented Interfaces:
Cipher
-
Nested Class Summary
Nested classes/interfaces inherited from interface Cipher
Cipher.CryptMode -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionintdoFinal(byte[] out, int outOff) voidinit(Cipher.CryptMode cryptMode, byte[] bytes) voidreset()intupdate(byte[] in, int inOff, int bytes, byte[] out, int outOff)
-
Field Details
-
cipher
-
-
Constructor Details
-
JceCipher
JceCipher(String name, Provider jceProvider, String providerName) throws SecurityException - Throws:
SecurityException
-
-
Method Details
-
init
- Specified by:
initin interfaceCipher- Throws:
SecurityException
-
update
- Specified by:
updatein interfaceCipher- Throws:
SecurityException
-
doFinal
- Specified by:
doFinalin interfaceCipher- Throws:
SecurityException
-
reset
-