PKDecryptor.decrypt

Decrypt a ciphertext.

  1. SecureVector!ubyte decrypt(const(ubyte)* input, size_t length)
  2. SecureVector!ubyte decrypt(Vector!(ubyte, Alloc) input)
    interface PKDecryptor
    public final const
    SecureVector!ubyte
    decrypt
    (
    Alloc
    )
    (
    auto const ref Vector!(ubyte, Alloc) input
    )

Parameters

input Vector!(ubyte, Alloc)

the ciphertext

Return Value

Type: SecureVector!ubyte

decrypted message

Meta