Using VB, the following command is used to retrieve the following certificate attribute:- Thumbprint : <Certificate>.Thumbprint PublicKey : <Certificaet>.PublicKey.EncodedKey.Value
Using Java, Thumbprint: <Certificate>.getSignature PublicKey: <Certificate>.getPublicKey().getEncoded() both these values in Java returns byte[].. what is the mask or Data Type to use for casting to get hold of the actual values to convert it from byte[] ? ______________________________________________________________________ OpenSSL Project http://www.openssl.org User Support Mailing List [EMAIL PROTECTED] Automated List Manager [EMAIL PROTECTED]