public abstract class AbstractJWSModule extends Object implements JWSModule
| Constructor and Description |
|---|
AbstractJWSModule() |
| Modifier and Type | Method and Description |
|---|---|
protected abstract String |
sign(String toBeSigned) |
String |
signMachineCodeRepOfReceipt(String machineCodeRepOfReceipt,
RKSuite rkSuite) |
String |
stopgapSignMachineCodeRepOfReceipt(String machineCodeRepOfReceipt,
RKSuite rkSuite) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetCertificateChain, getSigningCertificateprotected abstract String sign(String toBeSigned) throws GeneralSecurityException
GeneralSecurityExceptionpublic String signMachineCodeRepOfReceipt(String machineCodeRepOfReceipt, RKSuite rkSuite) throws GeneralSecurityException
signMachineCodeRepOfReceipt in interface JWSModuleGeneralSecurityExceptionpublic String stopgapSignMachineCodeRepOfReceipt(String machineCodeRepOfReceipt, RKSuite rkSuite)
stopgapSignMachineCodeRepOfReceipt in interface JWSModuleCopyright © 2021. All rights reserved.