示例#1
0
 public new static SecretSubkey Parse(Packet input)
 {
     return((SecretSubkey)SecretKey.Parse(input));
 }