public class WebhookEncryptionPublicKey extends Object
| Modifier and Type | Field and Description |
|---|---|
protected String |
id |
protected String |
publicKey |
| Constructor and Description |
|---|
WebhookEncryptionPublicKey() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
getId()
The ID of encryption key
|
String |
getPublicKey()
The BASE64 encoded public key
|
int |
hashCode() |
String |
toString() |
Copyright © 2024. All rights reserved.