Searched refs:encryptedPrivateKeyInfo (Results 1 – 1 of 1) sorted by relevance
880 EncryptedPrivateKeyInfo encryptedPrivateKeyInfo = in loadPrivateKeyAndCertsFromFiles() local894 keySpec = decryptPkcs8EncodedKey(encryptedPrivateKeyInfo, keyPasswords); in loadPrivateKeyAndCertsFromFiles()928 EncryptedPrivateKeyInfo encryptedPrivateKeyInfo, List<char[]> passwords) in decryptPkcs8EncodedKey() argument931 SecretKeyFactory.getInstance(encryptedPrivateKeyInfo.getAlgName()); in decryptPkcs8EncodedKey()938 return encryptedPrivateKeyInfo.getKeySpec(decryptionKey); in decryptPkcs8EncodedKey()