I've got a certificate B which is signed with A. I have an A's public key and I want to verify the certificate if it's valid signed by A. How do I do in Objective-C?
In Java, there's a verify() method in X509Certificate class
I've got a certificate B which is signed with A. I have an A's public key and I want to verify the certificate if it's valid signed by A. How do I do in Objective-C?
In Java, there's a verify() method in X509Certificate class