Searched refs:encryptedPrivateKeyInfo (Results 1 – 1 of 1) sorted by relevance
400 EncryptedPrivateKeyInfo encryptedPrivateKeyInfo = in loadPrivateKeyAndCertsFromFiles() local412 keySpec = decryptPkcs8EncodedKey(encryptedPrivateKeyInfo, keyPasswords); in loadPrivateKeyAndCertsFromFiles()446 EncryptedPrivateKeyInfo encryptedPrivateKeyInfo, List<char[]> passwords) in decryptPkcs8EncodedKey() argument449 SecretKeyFactory.getInstance(encryptedPrivateKeyInfo.getAlgName()); in decryptPkcs8EncodedKey()456 return encryptedPrivateKeyInfo.getKeySpec(decryptionKey); in decryptPkcs8EncodedKey()