Added MYParsedCertificate, for working with the innards of X.509 certs. Currently it can parse cert data, extract the public key, and verify the signature. More to come.
5 // Created by Jens Alfke on 5/12/09.
6 // Copyright 2009 Jens Alfke. All rights reserved.
11 #import "MYKeychain.h"
12 #import "MYSymmetricKey.h"
13 #import "MYPublicKey.h"
14 #import "MYPrivateKey.h"
15 #import "MYIdentity.h"