Interface EncryptedData.Decrypter

  • Enclosing class:
    EncryptedData

    public static interface EncryptedData.Decrypter
    Decrypts some data.
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      @javax.validation.constraints.NotEmpty byte[] decrypt​(@NotNull EncryptedData encryptedData)
      Decrypts the data using the information provided by the parameter.