Class CryptoUtils.CipherPair

java.lang.Object
org.flasby.crypto.CryptoUtils.CipherPair
Enclosing class:
CryptoUtils

public static class CryptoUtils.CipherPair extends Object
  • Field Details

    • enCipher

      public final Cipher enCipher
    • deCipher

      public final Cipher deCipher
  • Constructor Details

    • CipherPair

      public CipherPair(Cipher enCipher, Cipher deCipher)