botan v1.12.5 (2016-04-07T22:31:19Z)
Dub
Repo
PKDecryptor.decrypt
botan
pubkey
pubkey
PKDecryptor
Decrypt a ciphertext.
SecureVector
!
ubyte
decrypt
(const(ubyte)* input, size_t length)
SecureVector
!
ubyte
decrypt
(Vector!(ubyte, Alloc) input)
interface
PKDecryptor
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
Source
See Implementation
botan
pubkey
pubkey
PKDecryptor
functions
dec
decrypt
Decrypt a ciphertext.