diff options
author | lloyd <[email protected]> | 2010-03-04 03:51:55 +0000 |
---|---|---|
committer | lloyd <[email protected]> | 2010-03-04 03:51:55 +0000 |
commit | e998558e1fa903b32155b694107082fff25f9c0e (patch) | |
tree | ed36916dc4aa216bd996d2ec308159741b2b0bf8 /src/pubkey/dl_algo/dl_algo.h | |
parent | fe9aa5acece6c004f2c1c1aa4b23d7c44207672f (diff) |
Kill pkcs8_decoder
Diffstat (limited to 'src/pubkey/dl_algo/dl_algo.h')
-rw-r--r-- | src/pubkey/dl_algo/dl_algo.h | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/src/pubkey/dl_algo/dl_algo.h b/src/pubkey/dl_algo/dl_algo.h index 59690a33a..efd25c995 100644 --- a/src/pubkey/dl_algo/dl_algo.h +++ b/src/pubkey/dl_algo/dl_algo.h @@ -95,13 +95,6 @@ class BOTAN_DLL DL_Scheme_PrivateKey : public virtual DL_Scheme_PublicKey, const MemoryRegion<byte>& key_bits, DL_Group::Format group_format); - /** - * Get an PKCS#8 decoder for this key. - * @param rng the rng to use - * @return an decoder usable to decode a DL key and store the - * values in this instance. - */ - PKCS8_Decoder* pkcs8_decoder(RandomNumberGenerator& rng); protected: DL_Scheme_PrivateKey() {} BigInt x; |