GCrypt.PublicKey – gcrypt Reference Manual
PublicKey
Description:
public
namespace
PublicKey
Namespace:
GCrypt.PublicKey
Package:
gcrypt
Content:
Enums:
Algorithm
Methods:
public
Error
decrypt
(
out
SExp
plaintext,
SExp
data,
SExp
skey)
public
Error
encrypt
(
out
SExp
ciphertext,
SExp
data,
SExp
pkey)
public
Error
genkey
(
out
SExp
r_key,
SExp
s_params)
public
uint
get_nbits
(
SExp
key)
public
Error
sign
(
out
SExp
signature,
SExp
data,
SExp
skey)
public
Error
testkey
(
SExp
key)
public
Error
verify
(
SExp
signature,
SExp
data,
SExp
pkey)
2022 vala-language.org