public class PKCS11JWSModule extends AbstractJWSModule
Modifier and Type | Field and Description |
---|---|
protected List<Certificate> |
certificateChain |
protected String |
pin |
protected X509Certificate |
signingCertificate |
Constructor and Description |
---|
PKCS11JWSModule() |
Modifier and Type | Method and Description |
---|---|
List<Certificate> |
getCertificateChain() |
Certificate |
getSigningCertificate() |
protected String |
sign(String toBeSigned) |
signMachineCodeRepOfReceipt, stopgapSignMachineCodeRepOfReceipt
protected List<Certificate> certificateChain
protected X509Certificate signingCertificate
protected String pin
public PKCS11JWSModule() throws GeneralSecurityException
GeneralSecurityException
public Certificate getSigningCertificate() throws GeneralSecurityException
GeneralSecurityException
public List<Certificate> getCertificateChain() throws GeneralSecurityException
GeneralSecurityException
protected String sign(String toBeSigned) throws GeneralSecurityException
sign
in class AbstractJWSModule
GeneralSecurityException
Copyright © 2021. All rights reserved.