decipher api

interface Decipher {
    decrypt(cipherText): Buffer;
}

Methods

Methods

  • Decryption

    Parameters

    Returns Buffer