public class As2DispositionNotificationOptions extends Object
Disposition-notifications-options
The following input string should yield an As2DispositionNotificationOptions with two parameters:
Disposition-notification-options: signed-receipt-protocol=required,pkcs7-signature; signed-receipt-micalg=required,sha1,md5
The two parameters are:
| Constructor and Description |
|---|
As2DispositionNotificationOptions(List<network.oxalis.as2.model.As2DispositionNotificationOptions.Parameter> parameters) |
| Modifier and Type | Method and Description |
|---|---|
static As2DispositionNotificationOptions |
getDefault(SMimeDigestMethod digestMethod) |
List<network.oxalis.as2.model.As2DispositionNotificationOptions.Parameter> |
getParameters() |
String |
getPreferredSignedReceiptMicAlgorithmName() |
network.oxalis.as2.model.As2DispositionNotificationOptions.Parameter |
getSignedReceiptMicalg()
From the official AS2 spec page 22 :
The "signed-receipt-micalg" parameter is a list of MIC algorithms
preferred by the requester for use in signing the returned receipt.
|
network.oxalis.as2.model.As2DispositionNotificationOptions.Parameter |
getSignedReceiptProtocol() |
String |
toString() |
static As2DispositionNotificationOptions |
valueOf(String s) |
public As2DispositionNotificationOptions(List<network.oxalis.as2.model.As2DispositionNotificationOptions.Parameter> parameters)
public static As2DispositionNotificationOptions getDefault(SMimeDigestMethod digestMethod)
public static As2DispositionNotificationOptions valueOf(String s)
public List<network.oxalis.as2.model.As2DispositionNotificationOptions.Parameter> getParameters()
public network.oxalis.as2.model.As2DispositionNotificationOptions.Parameter getSignedReceiptMicalg()
public String getPreferredSignedReceiptMicAlgorithmName()
public network.oxalis.as2.model.As2DispositionNotificationOptions.Parameter getSignedReceiptProtocol()
Copyright © 2021 NorStella. All rights reserved.