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, stopgapSignMachineCodeRepOfReceipt
protected final String baseUrl
protected List<Certificate> certificateChain
protected Certificate signingCertificate
protected final String password
protected final String userName
public MobileJWSModule() throws BasicException
BasicException
public Certificate getSigningCertificate()
public List<Certificate> getCertificateChain()
protected String sign(String toBeSigned) throws GeneralSecurityException
sign
in class AbstractJWSModule
GeneralSecurityException
Copyright © 2021. All rights reserved.