I am stuck in a problem recently. When I tried to use the code below to instantiate a RSAPublicKey from javacard. It returned error code 0x 6F 00. Pls help me out.
Code: Select all
publicKey = (RSAPublicKey) KeyBuilder.buildKey(KeyBuilder.TYPE_RSA_PUBLIC, KeyBuilder.LENGTH_RSA_1024, false);