Beispiel #1
0
 private void Decode()
 {
     this.m_messageDigest = PkcsUtils.DecodeOctetBytes(this.RawData);
     this.m_decoded       = true;
 }