Interface RSAPCDProof

interface RSAPCDProof {
    publicKey: string;
    signature: string;
}

Properties

Properties

publicKey: string

RSA public key corresponding to the private key which signed RSAPCDClaim#message.

signature: string

The signature of RSAPCDClaim#message with the RSA private key corresponding to RSAPCDProof#publicKey

Generated using TypeDoc