I am able to parse the data using Asn1 (openssl). On parse I get the data in Hex format in "OCTET STRING". I found online tool which exactly what i need to do in Objective c i.e. Hex ASN decrypter
how do i Decode this Hex value in Objective C?
I am able to parse the data using Asn1 (openssl). On parse I get the data in Hex format in "OCTET STRING". I found online tool which exactly what i need to do in Objective c i.e. Hex ASN decrypter
how do i Decode this Hex value in Objective C?