private void deriveIdentity()
 {
     // Identity in this implementation is defined to be the SIN.
     _identity = KeyUtils.deriveSIN(_ecKey);
 }