public class MobileJWSModule extends AbstractJWSModule
| Modifier and Type | Field and Description |
|---|---|
protected String |
baseUrl |
protected List<Certificate> |
certificateChain |
protected String |
password |
protected Certificate |
signingCertificate |
protected String |
userName |
| Constructor and Description |
|---|
MobileJWSModule() |
| Modifier and Type | Method and Description |
|---|---|
List<Certificate> |
getCertificateChain() |
Certificate |
getSigningCertificate() |
protected String |
sign(String toBeSigned) |
signMachineCodeRepOfReceipt, stopgapSignMachineCodeRepOfReceiptprotected final String baseUrl
protected List<Certificate> certificateChain
protected Certificate signingCertificate
protected final String password
protected final String userName
public MobileJWSModule()
throws BasicException
BasicExceptionpublic Certificate getSigningCertificate()
public List<Certificate> getCertificateChain()
protected String sign(String toBeSigned) throws GeneralSecurityException
sign in class AbstractJWSModuleGeneralSecurityExceptionCopyright © 2021. All rights reserved.