Searched refs:encryptedPrivateKeyInfo (Results 1 – 1 of 1) sorted by relevance
409 EncryptedPrivateKeyInfo encryptedPrivateKeyInfo = in loadPrivateKeyAndCertsFromFiles() local421 keySpec = decryptPkcs8EncodedKey(encryptedPrivateKeyInfo, keyPasswords); in loadPrivateKeyAndCertsFromFiles()455 EncryptedPrivateKeyInfo encryptedPrivateKeyInfo, List<char[]> passwords) in decryptPkcs8EncodedKey() argument458 SecretKeyFactory.getInstance(encryptedPrivateKeyInfo.getAlgName()); in decryptPkcs8EncodedKey()465 return encryptedPrivateKeyInfo.getKeySpec(decryptionKey); in decryptPkcs8EncodedKey()