botan v1.12.5 (2016-04-07T22:31:19Z)
Dub
Repo
PKDecryptor
botan
pubkey
pubkey
Public Key Decryptor
static if
(
BOTAN_HAS_PUBLIC_KEY_CRYPTO
)
interface
PKDecryptor {
SecureVector
!
ubyte
decrypt
(const(ubyte)* input, size_t length);
SecureVector
!
ubyte
decrypt
(Vector!(ubyte, Alloc) input);
SecureVector
!
ubyte
dec
(const(ubyte)* , size_t );
}
Members
Functions
dec
SecureVector
!
ubyte
dec
(const(ubyte)* , size_t )
Undocumented in source.
decrypt
SecureVector
!
ubyte
decrypt
(Vector!(ubyte, Alloc) input)
Decrypt a ciphertext.
decrypt
SecureVector
!
ubyte
decrypt
(const(ubyte)* input, size_t length)
Decrypt a ciphertext.
Meta
Source
See Implementation
botan
pubkey
pubkey
aliases
FaultProtection
SignatureFormat
classes
PKDecryptorEME
PKEncryptorEME
PKKeyAgreement
enums
ENABLE_FAULT_PROTECTION
IEEE_1363
interfaces
PKDecryptor
PKEncryptor
structs
PKSigner
PKVerifier
Public Key Decryptor