getPublicKey() getPublicKey(string $threemaId) : string|null return null if the public key not found in the store Parameters string $threemaId Returns string|null
setPublicKey() setPublicKey(string $threemaId, string $publicKey) : boolean set and save a public key Parameters string $threemaId string $publicKey Returns boolean
findPublicKey() findPublicKey(string $threemaId) : string|null return null if the public key not found in the store Parameters string $threemaId Returns string|null
savePublicKey() savePublicKey(string $threemaId, string $publicKey) : boolean save a public key Parameters string $threemaId string $publicKey Returns boolean