Class EncryptedHashedKey

java.lang.Object
net.finmath.decryptionoracle.decryption.keys.EncryptedHashedKey

public class EncryptedHashedKey extends Object
Pair of encrypted key E(K) and hashed key H(K).
Author:
Christian Fries
  • Constructor Details

    • EncryptedHashedKey

      public EncryptedHashedKey(byte[] encryptedKey, byte[] hashedKey)

      Constructor for EncryptedHashedKey.

      Parameters:
      encryptedKey - an array of bytes objects
      hashedKey - an array of bytes objects
  • Method Details

    • getEncryptedKey

      public byte[] getEncryptedKey()

      Getter for the field encryptedKey.

      Returns:
      an array of bytes objects
    • getHashedKey

      public byte[] getHashedKey()

      Getter for the field hashedKey.

      Returns:
      an array of bytes objects