Package | Description |
---|---|
no.bbs.server.implementation | |
no.bbs.server.vos |
Modifier and Type | Method and Description |
---|---|
SignatureAndData |
BIDFacade.sign(byte[] dataToBeSigned)
Sign the input data to be signed using the Sign Certificate
|
SignatureAndData |
BIDFacade.sign(byte[] dataToBeSigned,
CMSFormat cmsFormat)
Sign the input data to be signed using the Sign Certificate
|
SignatureAndData |
BIDFacade.sign(String dataToBeSigned)
Converts the data to ISO-LATIN-1 and signs the data
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.signPKCS1(byte[] dataToBeSigned)
Signs the input data bytes and creates a PKCS#1.
|
SignatureAndData |
BIDFacade.signPKCS1(byte[] dataToBeSigned,
boolean useAuth)
Signs the input data bytes and creates a PKCS#1.
|
SignatureAndData |
BIDFacade.signXML(String xmlDocument,
String xslDocument)
This method constructs a BankIDXML structure using the input:
The resulting structure is signed and returned in the SignatureAndData instance. |
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 |
---|---|
SignatureAndData |
DocumentToSign.getSignatureAndData() |
Modifier and Type | Method and Description |
---|---|
void |
DocumentToSign.setSignatureAndData(SignatureAndData signatureAndData) |
Copyright © 2017 Nets Branch Norway. All Rights Reserved.