public interface SignatureBuilder
Modifier and Type | Method and Description |
---|---|
AdvancedElectronicSignatureEnumeration |
getSupportedAES() |
byte[] |
sign(Credential signatureCredential,
byte[] byteArrayToSign) |
byte[] |
sign(Credential signatureCredential,
byte[] byteArrayToSign,
Map<String,Object> options) |
SignatureVerificationResult |
verify(byte[] content,
byte[] signature,
Map<String,Object> options) |
SignatureVerificationResult |
verify(byte[] signedByteArray,
Map<String,Object> options) |
SignatureVerificationResult |
verify(Document signedContent,
Element sigElement,
Map<String,Object> options) |
byte[] sign(Credential signatureCredential, byte[] byteArrayToSign) throws TechnicalConnectorException
signatureCredential
- byteArrayToSign
- TechnicalConnectorException
byte[] sign(Credential signatureCredential, byte[] byteArrayToSign, Map<String,Object> options) throws TechnicalConnectorException
signatureCredential
- byteArrayToSign
- options
- TechnicalConnectorException
SignatureVerificationResult verify(byte[] content, byte[] signature, Map<String,Object> options) throws TechnicalConnectorException
content
- signature
- options
- TechnicalConnectorException
SignatureVerificationResult verify(byte[] signedByteArray, Map<String,Object> options) throws TechnicalConnectorException
signedByteArray
- options
- TechnicalConnectorException
SignatureVerificationResult verify(Document signedContent, Element sigElement, Map<String,Object> options) throws TechnicalConnectorException
signedContent
- sigElement
- options
- TechnicalConnectorException
AdvancedElectronicSignatureEnumeration getSupportedAES()
Connector Packaging TRUSSMAKER 4.1.2 API
Copyright © {inceptionYear}-2022 eHealth. All Rights Reserved.