Example #1
0
 public void SetUnhashedSubpackets(PgpSignatureSubpacketVector unhashedPackets)
 {
     unhashed = ((unhashedPackets == null) ? EmptySignatureSubpackets : unhashedPackets.ToSubpacketArray());
 }
Example #2
0
 public void SetHashedSubpackets(PgpSignatureSubpacketVector hashedPackets)
 {
     hashed = ((hashedPackets == null) ? EmptySignatureSubpackets : hashedPackets.ToSubpacketArray());
 }