diff options
Diffstat (limited to 'src/pubkey/pk_keys.h')
-rw-r--r-- | src/pubkey/pk_keys.h | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/src/pubkey/pk_keys.h b/src/pubkey/pk_keys.h index 63302012c..f9448b8bd 100644 --- a/src/pubkey/pk_keys.h +++ b/src/pubkey/pk_keys.h @@ -95,14 +95,6 @@ class BOTAN_DLL Private_Key : public virtual Public_Key virtual MemoryVector<byte> pkcs8_private_key() const = 0; /** - * Get a PKCS#8 encoder that can be used to encode this key in - * PKCS#8 format. - * @return an PKCS#8 encoder for this key - */ - virtual class PKCS8_Encoder* pkcs8_encoder() const - { return 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 |