public class EncryptCertificate extends Object
| Modifier and Type | Field and Description |
|---|---|
private CipherAlg |
algorithm |
private String |
associatedData |
private String |
ciphertext |
private String |
nonce |
| Constructor and Description |
|---|
EncryptCertificate() |
| Modifier and Type | Method and Description |
|---|---|
com.nimbusds.jose.jwk.JWK |
toJwk(String apiV3Secret)
To x 509 certificate x 509 certificate.
|
private String associatedData
private String ciphertext
private String nonce
private CipherAlg algorithm
public com.nimbusds.jose.jwk.JWK toJwk(String apiV3Secret) throws PayException
apiV3Secret - the api v 3 secretPayExceptionCopyright © 2023. All rights reserved.