* Created class MYCertificateRequest, factored out of MYCertificateInfo.
* Added method to create a MYIdentity directly from a MYCertificateRequest.
* Added raw modulus+exponent accessor and initializer for MYPublicKey.
* Removed obsolete MYCertGen code, and the MYPrivateKey identity-creation method that used it.
5 * Created by Jens Alfke on 3/28/09.
6 * Copyright 2009 Jens Alfke. All rights reserved.
14 int main(int argc, const char **argv) {
16 static const char *testArgs[] = {"MYCrypto", "Test_All"};
21 RunTestCases(argc,argv);