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.

@FunctionalInterface public static interface SivMode.BlockCipherFactory
Creates BlockCiphers.
  • Method Summary

    Modifier and Type
    Method
    Description
    org.bouncycastle.crypto.BlockCipher
    Creates a new BlockCipher.
  • Method Details

    • create

      org.bouncycastle.crypto.BlockCipher create()
      Creates a new BlockCipher.
      Returns:
      New BlockCipher instance