aboutsummaryrefslogtreecommitdiffstats
path: root/src/pubkey/pk_codecs/x509_key.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/pubkey/pk_codecs/x509_key.h')
-rw-r--r--src/pubkey/pk_codecs/x509_key.h11
1 files changed, 0 insertions, 11 deletions
diff --git a/src/pubkey/pk_codecs/x509_key.h b/src/pubkey/pk_codecs/x509_key.h
index 9404b7ecc..a8f5267d7 100644
--- a/src/pubkey/pk_codecs/x509_key.h
+++ b/src/pubkey/pk_codecs/x509_key.h
@@ -16,17 +16,6 @@
namespace Botan {
/**
-* This class represents abstract X.509 public key encoders.
-*/
-class BOTAN_DLL X509_Encoder
- {
- public:
- virtual AlgorithmIdentifier alg_id() const = 0;
- virtual MemoryVector<byte> key_bits() const = 0;
- virtual ~X509_Encoder() {}
- };
-
-/**
* This class represents abstract X.509 public key decoders.
*/
class BOTAN_DLL X509_Decoder