Package | Description |
---|---|
no.bbs.server.handlers | |
no.bbs.server.implementation | |
no.bbs.server.vos |
Modifier and Type | Method and Description |
---|---|
CertificateStatus |
OCSPHandler.checkStatus(X509Certificate merchantCert,
PrivateKey pk,
byte[] signature,
List<String> addInfo,
List<String> certificateAccessList,
X509Certificate bankidRootCertificate,
int slot,
byte[] privateKeyLabel,
String billingNonce,
X509Certificate[] bankidRootCertificates) |
CertificateStatus |
OCSPHandler.checkStatus(X509Certificate merchantCert,
PrivateKey pk,
X509Certificate userCert,
X509Certificate issuerCert,
List<String> addInfo,
List<String> certificateAccessList,
X509Certificate bankidRootCertificate,
int slot,
byte[] privateKeyLabel,
String billingNonce,
X509Certificate[] bankidRootCertificates)
Calls the BankID Validation Authority to get the certificate status of the signer
certificate from the input signature
|
CertificateStatus |
OCSPHandlerSign2.checkStatus(X509Certificate userCert,
X509Certificate issuerCert,
List<String> addInfo,
String billingNonce)
Calls the BankID Validation Authority to get the certificate status of the signer
certificate from the input signature
|
Modifier and Type | Method and Description |
---|---|
CertificateStatus |
BIDFacade.getCertificateStatus(String clientSignature,
List<String> addInfo)
This method parses the input signature (PKCS#7) and extracts the signer
certificate and its issuer certificate.
|
CertificateStatus |
BIDFacade.getCertificateStatus(String clientSignature,
List<String> addInfo,
String internal)
This method is for internal use only.
|
CertificateStatus |
BIDFacade.getCertificateStatus(String clientSignature,
List<String> addInfo,
String internal,
OCSPFormat format)
This method is for internal use only.
|
CertificateStatus |
BIDFacade.getCertificateStatusRFC6960(String clientSignature,
List<String> addInfo,
String internal)
Get CertificateStatus with RFC6960 signature validation.
|
CertificateStatus |
BIDFacade.getOwnCertificateStatus()
This method gets the CertificateStatus for the merchant's own signing certificate
|
Modifier and Type | Method and Description |
---|---|
CertificateStatus |
DocumentToSign.getCertificateStatus() |
CertificateStatus |
BIDSessionData.getCertificateStatus()
This method returns a CertificateStatus object.
|
Modifier and Type | Method and Description |
---|---|
void |
DocumentToSign.setCertificateStatus(CertificateStatus certificateStatus) |
void |
BIDSessionData.setCertificateStatus(CertificateStatus certificateStatus)
This method is used by the BankIDServer internally.
|
Copyright © 2017 Nets Branch Norway. All Rights Reserved.