diff options
author | lloyd <[email protected]> | 2006-06-23 06:59:15 +0000 |
---|---|---|
committer | lloyd <[email protected]> | 2006-06-23 06:59:15 +0000 |
commit | a8246b714939fe255f997bb257e2c64f384ae2c4 (patch) | |
tree | 3bd3151f2ef0e3ae00d0582ccb858a088fa39aa5 /include/asn1_obj.h | |
parent | aa0b566aa76b0105e256bbf788ce7a71ea1f60e3 (diff) |
Drop the old Extension type, which is now no longer used.
Diffstat (limited to 'include/asn1_obj.h')
-rw-r--r-- | include/asn1_obj.h | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/include/asn1_obj.h b/include/asn1_obj.h index 146ef6503..7bb6ac8a3 100644 --- a/include/asn1_obj.h +++ b/include/asn1_obj.h @@ -31,24 +31,6 @@ class AlgorithmIdentifier : public ASN1_Object }; /************************************************* -* Extension * -*************************************************/ -class Extension : public ASN1_Object - { - public: - void encode_into(class DER_Encoder&) const; - void decode_from(class BER_Decoder&); - - bool critical; - OID oid; - SecureVector<byte> value; - - Extension() { critical = false; } - Extension(const OID&, const MemoryRegion<byte>&); - Extension(const std::string&, const MemoryRegion<byte>&); - }; - -/************************************************* * Attribute * *************************************************/ class Attribute : public ASN1_Object |