- makePrivateKey
PrivateKey makePrivateKey(AlgorithmIdentifier alg_id, SecureVector!ubyte key_bits, RandomNumberGenerator rng)
Undocumented in source. Be warned that the author may not have intended to support it.
- makePublicKey
PublicKey makePublicKey(AlgorithmIdentifier alg_id, SecureVector!ubyte key_bits)
Undocumented in source. Be warned that the author may not have intended to support it.
PK Key Factory