Class JweJwsEncryptionKeys
java.lang.Object
in.juspay.model.JweJwsEncryptionKeys
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetKeyId()voidwithJwePublicKey(String key) voidwithJwsPrivateKey(String key) void
-
Constructor Details
-
JweJwsEncryptionKeys
public JweJwsEncryptionKeys(String keyId, String publicKey, String privateKey) throws JuspayException - Throws:
JuspayException
-
-
Method Details
-
withKeyId
-
withJwsPrivateKey
- Throws:
JuspayException
-
withJwePublicKey
- Throws:
JuspayException
-
getJwsPrivateKey
-
getJwePublicKey
-
getKeyId
-