Searched refs:privateKeyFromByteArray (Results 1 – 3 of 3) sorted by relevance
54 public static RSAPrivateKey privateKeyFromByteArray(byte[] pkcs8Encoded) { in privateKeyFromByteArray() method in CertUtils
456 CertUtils.privateKeyFromByteArray( in setBuilderByReadingPersistableBundle()
183 return (RSAPrivateKey) CertUtils.privateKeyFromByteArray(pemObject.getContent()); in createRsaPrivateKeyFromKeyFile()