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, wait
getCertificateChain, getSigningCertificate
protected abstract String sign(String toBeSigned) throws GeneralSecurityException
GeneralSecurityException
public String signMachineCodeRepOfReceipt(String machineCodeRepOfReceipt, RKSuite rkSuite) throws GeneralSecurityException
signMachineCodeRepOfReceipt
in interface JWSModule
GeneralSecurityException
public String stopgapSignMachineCodeRepOfReceipt(String machineCodeRepOfReceipt, RKSuite rkSuite)
stopgapSignMachineCodeRepOfReceipt
in interface JWSModule
Copyright © 2021. All rights reserved.