prvkey = SshKeyPairFactory.decodePrivateKey(bar.readBinaryString());
pubkey = SshKeyPairFactory.decodePublicKey(bar.readBinaryString());
description = bar.readString();
constraints = new KeyConstraints(bar);
} catch (IOException ex) {
throw new InvalidMessageException(ex.getMessage());
}
}