Package org.cryptomator.siv
Interface SivMode.BlockCipherFactory
- Enclosing class:
SivMode
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
Creates
BlockCiphers.-
Method Summary
Modifier and TypeMethodDescriptionorg.bouncycastle.crypto.BlockCiphercreate()Creates a newBlockCipher.
-
Method Details
-
create
org.bouncycastle.crypto.BlockCipher create()Creates a newBlockCipher.- Returns:
- New
BlockCipherinstance
-