Searched refs:createRsaPrivateKeyFromKeyFile (Results 1 – 3 of 3) sorted by relevance
109 PrivateKey key = CertUtils.createRsaPrivateKeyFromKeyFile("end-cert-key-a.key"); in testSignAndEncode()173 PrivateKey key = CertUtils.createRsaPrivateKeyFromKeyFile("end-cert-key-a.key"); in testGenerateSignature()
50 public static RSAPrivateKey createRsaPrivateKeyFromKeyFile(String fileName) throws Exception { in createRsaPrivateKeyFromKeyFile() method in CertUtils
702 mUserPrivateKey = CertUtils.createRsaPrivateKeyFromKeyFile("end-cert-key-b.key"); in setUp()