aboutsummaryrefslogtreecommitdiffstats
path: root/src/pubkey/pk_keys.h
diff options
context:
space:
mode:
authorlloyd <[email protected]>2010-03-04 02:18:00 +0000
committerlloyd <[email protected]>2010-03-04 02:18:00 +0000
commitaf204bf9828c20e485f9c9bde98160bd3506e81a (patch)
treed6cf6d48dc75899040989ca689a4a2877d9bb7e0 /src/pubkey/pk_keys.h
parentbc66f1dc8ace6b81c486392422d3302afd674f37 (diff)
Kill pkcs8_encoder
Diffstat (limited to 'src/pubkey/pk_keys.h')
-rw-r--r--src/pubkey/pk_keys.h8
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