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/pk_keys.h | |
parent | fe9aa5acece6c004f2c1c1aa4b23d7c44207672f (diff) |
Kill pkcs8_decoder
Diffstat (limited to 'src/pubkey/pk_keys.h')
-rw-r--r-- | src/pubkey/pk_keys.h | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/src/pubkey/pk_keys.h b/src/pubkey/pk_keys.h index c6f652117..4e0f58b38 100644 --- a/src/pubkey/pk_keys.h +++ b/src/pubkey/pk_keys.h @@ -87,13 +87,6 @@ class BOTAN_DLL Private_Key : public virtual Public_Key */ virtual MemoryVector<byte> pkcs8_private_key() const = 0; - /** - * Get an PKCS#8 decoder that can be used to set the values of this key - * based on an PKCS#8 encoded key object. - * @return an PKCS#8 decoder for this key - */ - virtual class PKCS8_Decoder* pkcs8_decoder(RandomNumberGenerator&) - { return 0; } protected: void load_check(RandomNumberGenerator&) const; void gen_check(RandomNumberGenerator&) const; |