Functions |
| IEPub * | GenIEPub (pairing_t *pairing) |
| CAKey * | GenerateCAKey (IEPub *pub) |
| IssuerKey * | GenerateKey (IEPub *pub) |
| PublicKeyCertificate * | RegisterPublicKey (IEPub *pub, CAKey *cakey, IssuerKey *issuerKey) |
| IECypherText * | InitTag (IEPub *pub, IssuerPK *issuerPk, PublicKeyCertificate *cert, PlainText *pt) |
| IECypherText * | IERandomize (IEPub *pub, CAKey *cakey, IECypherText *ct) |
| PlainText * | ReadAndDecrypt (IEPub *pub, CAKey *cakey, IssuerSK *issuerSk, IECypherText *ct) |
| int | VerifyCertificate (IEPub *pub, CAKey *cakey, IECypherText *ct) |