public interface NativeBlockCipherProvider extends NativeServiceProvider
| Modifier and Type | Method and Description |
|---|---|
CBCModeCipher |
createCBC() |
CFBModeCipher |
createCFB(int bitSize) |
SkippingStreamCipher |
createCTR() |
GCMModeCipher |
createGCM() |
getAlgorithmNameGCMModeCipher createGCM()
CBCModeCipher createCBC()
CFBModeCipher createCFB(int bitSize)
SkippingStreamCipher createCTR()