Skip to content

Instantly share code, notes, and snippets.

@kaidentity
Created January 18, 2018 09:11
private void readObject(ObjectInputStream paramObjectInputStream)
throws IOException, ClassNotFoundException
{
try
{
init(new DerValue((byte[])paramObjectInputStream.readObject()));
parseEData(this.eData);
}
catch (Exception localException)
{
throw new IOException(localException);
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment