crypto v0.2.14 (2020-09-01T02:12:58Z)
Dub
Repo
iPKCS
crypto
rsa
Undocumented in source.
interface
iPKCS {
static
string
encodeKey
(BigInt modulus, BigInt exponent);
static
Nullable
!
RSAKeyInfo
decodeKey
(string key);
}
Members
Static functions
decodeKey
Nullable
!
RSAKeyInfo
decodeKey
(string key)
Undocumented in source.
encodeKey
string
encodeKey
(BigInt modulus, BigInt exponent)
Undocumented in source.
Meta
Source
See Implementation
crypto
rsa
classes
PKCS1
PKCS8
RSA
SimpleFormat
interfaces
iPKCS
structs
RSAKeyInfo
RSAKeyPair