Uses of Class
P2PWNC.P2PWNCCert

Uses of P2PWNCCert in P2PWNC
 

Fields in P2PWNC declared as P2PWNCCert
protected  P2PWNCCert P2PWNCReceipt.consumerCert
           
protected  P2PWNCCert P2PWNCClient.clientCert
          Consumer (client) certificate.
 

Methods in P2PWNC that return P2PWNCCert
 P2PWNCCert P2PWNCio.readCert(java.lang.String path)
           
 P2PWNCCert P2PWNCReceipt.getConsumerCert()
           
 

Methods in P2PWNC with parameters of type P2PWNCCert
 java.lang.String P2PWNCConverter.constructConnMsg(P2PWNCCert cert)
          Constructs a CONN text message.
protected  byte[] P2PWNCCrypt.serializeReceiptInfo(P2PWNCCert cert, P2PWNCKey prov, int timestamp, int weight)
          Serializes the information contained in a P2PWNC receipt.
 P2PWNCReceipt P2PWNCCrypt.constructReceipt(P2PWNCCert cert, P2PWNCKey prov, int timestamp, int weight, P2PWNCKey key, boolean pub)
          Constructs and signs a P2PWNC receipt.
 void P2PWNCReceipt.setConsumerCert(P2PWNCCert consumerCert)
           
 

Constructors in P2PWNC with parameters of type P2PWNCCert
P2PWNCReceipt(P2PWNCCert consumerCert, P2PWNCKey providerPublicKey, int timestamp, int weight, P2PWNCSignature receiptSignature)