botan v1.12.5 (2016-04-07T22:31:19Z)
Dub
Repo
IFSchemePrivateKey.getD
botan
pubkey
algo
if_algo
IFSchemePrivateKey
Get d with exp * d = 1 mod (p - 1, q - 1).
class
IFSchemePrivateKey
ref const
const
(
BigInt
)
getD
(
)
Return Value
Type:
const
(
BigInt
)
d
Meta
Source
See Implementation
botan
pubkey
algo
if_algo
IFSchemePrivateKey
constructors
this
functions
checkKey
checkKeyImpl
getC
getD
getD1
getD2
getP
getQ
pkcs8AlgorithmIdentifier
pkcs8PrivateKey
variables
m_c
m_d
m_d1
m_d2
m_p
m_q
Get d with exp * d = 1 mod (p - 1, q - 1).