Create a private key parameter from a PKCS8 PrivateKeyInfo encoding.
Parameters: privateKeyInfoData - the PrivateKeyInfo encoding a suitable private key parameter throws: IOException - on an error decoding the key
Create a private key parameter from a PKCS8 PrivateKeyInfo encoding read from a stream.
Parameters: inStr - the stream to read the PrivateKeyInfo encoding from a suitable private key parameter throws: IOException - on an error decoding the key
Create a private key parameter from the passed in PKCS8 PrivateKeyInfo object.
Parameters: keyInfo - the PrivateKeyInfo object containing the key material a suitable private key parameter throws: IOException - on an error decoding the key