- BER_encode
Vector!ubyte BER_encode(PublicKey key)
- PEM_encode
string PEM_encode(PublicKey key)
PEM encode a public key into a string.
- caOpts
X509CertOptions caOpts()
Undocumented in source. Be warned that the author may not have intended to support it.
- checkAgainstCopy
uint checkAgainstCopy(PrivateKey orig, RandomNumberGenerator rng)
Undocumented in source. Be warned that the author may not have intended to support it.
- copyKey
PublicKey copyKey(PublicKey key)
- keyId
ulong keyId(PublicKey key)
Undocumented in source. Be warned that the author may not have intended to support it.
- loadKey
PublicKey loadKey(DataSource source)
Create a public key from a data source.
- loadKey
PublicKey loadKey(string filename)
Create a public key from a file
- loadKey
PublicKey loadKey(Vector!(ubyte, ALLOC) enc)
Create a public key from a memory region.
- reqOpts1
X509CertOptions reqOpts1()
Undocumented in source. Be warned that the author may not have intended to support it.
- reqOpts2
X509CertOptions reqOpts2()
Undocumented in source. Be warned that the author may not have intended to support it.
X.509 Public Key