Create a public key from a SubjectPublicKeyInfo encoding
Parameters: keyInfoData - the SubjectPublicKeyInfo encoding the appropriate key parameter throws: IOException - on an error decoding the key
Create a public key from a SubjectPublicKeyInfo encoding read from a stream
Parameters: inStr - the stream to read the SubjectPublicKeyInfo encoding from the appropriate key parameter throws: IOException - on an error decoding the key
Create a public key from the passed in SubjectPublicKeyInfo
Parameters: keyInfo - the SubjectPublicKeyInfo containing the key data the appropriate key parameter throws: IOException - on an error decoding the key