Added eel and eapml in EWF libraries.
Removed them from gitmodule
This commit is contained in:
24
library/crypto/eel/x509/subject_public_key_info.e
Normal file
24
library/crypto/eel/x509/subject_public_key_info.e
Normal file
@@ -0,0 +1,24 @@
|
||||
note
|
||||
description: "x509v3 SubjectPublicKeyInfo sequence"
|
||||
author: "Colin LeMahieu"
|
||||
date: "$Date$"
|
||||
revision: "$Revision$"
|
||||
quote: "One of the penalties for refusing to participate in politics is that you end up being governed by your inferiors. - Plato"
|
||||
|
||||
class
|
||||
SUBJECT_PUBLIC_KEY_INFO
|
||||
|
||||
create
|
||||
make
|
||||
|
||||
feature
|
||||
make (algorithm_a: STRING subject_public_key_a: STRING)
|
||||
do
|
||||
algorithm := algorithm_a
|
||||
subject_public_key := subject_public_key_a
|
||||
end
|
||||
|
||||
feature
|
||||
algorithm: STRING
|
||||
subject_public_key: STRING
|
||||
end
|
||||
Reference in New Issue
Block a user