public override int GetHashCode()
 {
     return(CombineHashCodes(_mode.GetHashCode(), _oaepHashAlgorithm.GetHashCode()));
 }