aboutsummaryrefslogtreecommitdiffstats
path: root/src/pubkey/ecc_key/ecc_key.h
diff options
context:
space:
mode:
authorlloyd <[email protected]>2010-03-04 03:51:55 +0000
committerlloyd <[email protected]>2010-03-04 03:51:55 +0000
commite998558e1fa903b32155b694107082fff25f9c0e (patch)
treeed36916dc4aa216bd996d2ec308159741b2b0bf8 /src/pubkey/ecc_key/ecc_key.h
parentfe9aa5acece6c004f2c1c1aa4b23d7c44207672f (diff)
Kill pkcs8_decoder
Diffstat (limited to 'src/pubkey/ecc_key/ecc_key.h')
-rw-r--r--src/pubkey/ecc_key/ecc_key.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/src/pubkey/ecc_key/ecc_key.h b/src/pubkey/ecc_key/ecc_key.h
index 283813236..e9cd7f68b 100644
--- a/src/pubkey/ecc_key/ecc_key.h
+++ b/src/pubkey/ecc_key/ecc_key.h
@@ -110,13 +110,6 @@ class BOTAN_DLL EC_PrivateKey : public virtual EC_PublicKey,
MemoryVector<byte> pkcs8_private_key() const;
/**
- * Get an PKCS#8 decoder that can be used to decoded a stored key into
- * this key.
- * @result an PKCS#8 decoder for this key
- */
- PKCS8_Decoder* pkcs8_decoder(RandomNumberGenerator&);
-
- /**
* Get the private key value of this key object.
* @result the private key value of this key object
*/