Package | Description |
---|---|
no.bbs.server.handlers | |
no.bbs.server.handlers.sign | |
no.bbs.server.implementation | |
no.bbs.server.vos |
Modifier and Type | Method and Description |
---|---|
String |
TransactionHandler.initAuth(BIDSessionData sessionData,
boolean isMobileCarrier,
boolean prepareText,
SecureChannelInfo secureChannelInfo,
HashMap<String,String> decrDataMap,
OCSPFormat ocspFormat,
CMSFormat cmsFormat) |
byte[] |
SignHandler.signAndCreateDetachedPKCS7(byte[] dataToBeSigned,
X509Certificate[] certificateChain,
X509Certificate signerCertificate,
PrivateKey privateKey,
int slotId,
byte[] privateKeyId,
boolean includeBSSChannelOID,
CMSFormat cmsFormat) |
String |
TransactionHandler.signMultipleDocuments(BIDSessionData sessionData,
OCSPFormat ocspFormat,
CMSFormat cmsFormat) |
String |
TransactionHandler.signSingleDocument(BIDSessionData sessionData,
String carrier,
boolean isMobileCarrier,
SecureChannelInfo secureChannelInfo,
boolean prepareText,
OCSPFormat ocspFormat,
CMSFormat cmsFormat) |
Modifier and Type | Method and Description |
---|---|
static SignService |
SignServiceFactory.getSignService(CMSFormat cmsFormat,
BIDLogger logger) |
Modifier and Type | Method and Description |
---|---|
byte[] |
BIDFacade.sign(byte[] dataToBeSigned,
boolean useAuthCert,
boolean includeBSSChannelOID,
CMSFormat cmsFormat)
Sign method that signs the input dataToBeSigned with either the authPK or the
signPK based on the useAuthCert input value.
|
SignatureAndData |
BIDFacade.sign(byte[] dataToBeSigned,
CMSFormat cmsFormat)
Sign the input data to be signed using the Sign Certificate
|
SignatureAndData |
BIDFacade.sign(String dataToBeSigned,
CMSFormat cmsFormat)
Converts the data to ISO-LATIN-1 and signs the data
using the Sign Certificate
|
SignatureAndData |
BIDFacade.signXML(String xmlDocument,
String xslDocument,
CMSFormat cmsFormat)
This method constructs a BankIDXML structure using the input:
The resulting structure is signed and returned in the SignatureAndData instance. |
Modifier and Type | Method and Description |
---|---|
CMSFormat |
BIDSessionData.getCmsFormat()
This method is used by the BankIDServer internally.
|
static CMSFormat |
CMSFormat.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CMSFormat[] |
CMSFormat.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
BIDSessionData.setCmsFormat(CMSFormat cmsFormat)
Used to set the CMS format
|
Copyright © 2017 Nets Branch Norway. All Rights Reserved.