aboutsummaryrefslogtreecommitdiffstats
path: root/include/if_algo.h
diff options
context:
space:
mode:
authorlloyd <[email protected]>2006-09-06 19:51:17 +0000
committerlloyd <[email protected]>2006-09-06 19:51:17 +0000
commit559e2860f0716dc5c40697a08a790d3b7c42ce8e (patch)
tree358bafd6ffd1609da224fb100cb2f39f3af3af03 /include/if_algo.h
parente00227828d80f9c9a17ef236586211faa01e4193 (diff)
Rename instances of X509_PublicKey and PKCS8_PrivateKey
Diffstat (limited to 'include/if_algo.h')
-rw-r--r--include/if_algo.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/if_algo.h b/include/if_algo.h
index 550d07440..fa60a9185 100644
--- a/include/if_algo.h
+++ b/include/if_algo.h
@@ -15,7 +15,7 @@ namespace Botan {
/*************************************************
* IF Public Key *
*************************************************/
-class IF_Scheme_PublicKey : public virtual X509_PublicKey
+class IF_Scheme_PublicKey : public virtual Public_Key
{
public:
bool check_key(bool) const;
@@ -39,7 +39,7 @@ class IF_Scheme_PublicKey : public virtual X509_PublicKey
* IF Private Key *
*************************************************/
class IF_Scheme_PrivateKey : public virtual IF_Scheme_PublicKey,
- public virtual PKCS8_PrivateKey
+ public virtual Private_Key
{
public:
bool check_key(bool) const;