Re: Cryptography packages
Posted by
Esteban A. Maringolo on
Sep 10, 2016; 6:59pm
URL: https://forum.world.st/Cryptography-packages-tp4915041p4915083.html
Thanks tocayo,
I see the latest metacello config was done by you, but I can't load it because I get a MNU exception in the initialization of VintageFrame class, becasue ASN1Module is not in my image.
initializeAsn1Der
((ASN1Module name: #secureSession) sequence: #VintageFrame mapping: VintageFrame)
add: #header type: #VintagePayloadHeader;
add: #payload type: #ASN1AnyType;
yourself.
Any pointers?