package okapi.security.v1

Mouse Melon logoGet desktop application:
View/edit binary Protocol Buffers messages

message BlindOberonTokenRequest

security.proto:61

Blind an oberon token

message BlindOberonTokenResponse

security.proto:67

Contains the blinded token reply

message CreateOberonKeyRequest

security.proto:12

Create an Oberon Compatible Secret Key

message CreateOberonKeyResponse

security.proto:17

Contains the oberon secret key bytes

message CreateOberonProofRequest

security.proto:35

Create a proof that holder knows the token

message CreateOberonProofResponse

security.proto:43

Contains the token proof

message CreateOberonTokenRequest

security.proto:23

Create a new oberon token

message CreateOberonTokenResponse

security.proto:30

Contains the token with optional blinding

message UnBlindOberonTokenRequest

security.proto:72

UnBlind an oberon token

message UnBlindOberonTokenResponse

security.proto:78

Contains the unblinded token reply

message VerifyOberonProofRequest

security.proto:48

Verify the presented proof is valid

message VerifyOberonProofResponse

security.proto:56

Contains the status of the proof validation

message VerifyOberonTokenRequest

security.proto:83

Verify that an oberon token comes from the desired issuer

message VerifyOberonTokenResponse

security.proto:90

Contains the verification result for the oberon token