Patrick wrote:

>I got a PrivateKey object but get null strings for Format and Algorithm...
>
>PrivateKey privKey = cryptoManager.findPrivKeyByCert(x509cert);
>            System.out.println("Priv Key format: " + privKey.getFormat());
>            System.out.println("Priv Key Algo: " + privKey.getAlgorithm());
>
>Is JSS' Private Key class not complete?
>
That's correct, these methods are not implemented.



Reply via email to