diff options
Diffstat (limited to 'src/pubkey/dl_algo/dl_algo.h')
-rw-r--r-- | src/pubkey/dl_algo/dl_algo.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/pubkey/dl_algo/dl_algo.h b/src/pubkey/dl_algo/dl_algo.h index 63875d27b..e06630011 100644 --- a/src/pubkey/dl_algo/dl_algo.h +++ b/src/pubkey/dl_algo/dl_algo.h @@ -96,6 +96,8 @@ class BOTAN_DLL DL_Scheme_PrivateKey : public virtual DL_Scheme_PublicKey, */ PKCS8_Encoder* pkcs8_encoder() const; + MemoryVector<byte> pkcs8_private_key() const; + /** * Get an PKCS#8 decoder for this key. * @param rng the rng to use |