Uses of Class
P2PWNC.P2PWNCReceipt

Uses of P2PWNCReceipt in P2PWNC
 

Methods in P2PWNC that return P2PWNCReceipt
 P2PWNCReceipt P2PWNCConverter.textMsgToReceipt(java.lang.String text)
          Parses an RCPT text message to the correspondent P2PWNCReceipt object.
 P2PWNCReceipt P2PWNCCrypt.constructReceipt(P2PWNCCert cert, P2PWNCKey prov, int timestamp, int weight, P2PWNCKey key, boolean pub)
          Constructs and signs a P2PWNC receipt.
 

Methods in P2PWNC with parameters of type P2PWNCReceipt
 java.lang.String P2PWNCConverter.receiptToTextMsg(P2PWNCReceipt rcpt)
          Converts a P2PWNCReceipt object to an RCPT text message to be sent to the service provider.