Package org.bouncycastle.crypto
Interface NativeBlockCipherProvider
- All Superinterfaces:
NativeServiceProvider
-
Method Summary
Methods inherited from interface org.bouncycastle.crypto.NativeServiceProvider
getAlgorithmName
-
Method Details
-
createGCM
GCMModeCipher createGCM() -
createCBC
CBCModeCipher createCBC() -
createCFB
-
createCCM
CCMModeCipher createCCM() -
createCTR
CTRModeCipher createCTR() -
createGCMSIV
GCMSIVModeCipher createGCMSIV()
-