public class EncryptionInfo extends Object
Modifier and Type | Class and Description |
---|---|
static class |
EncryptionInfo.Algorithm
Defines the constants for the supported encryption algorithms to be used by AS2 SMIME message sending
and processing
|
Modifier and Type | Field and Description |
---|---|
static EncryptionInfo |
DISABLED |
Constructor and Description |
---|
EncryptionInfo() |
EncryptionInfo(EncryptionInfo.Algorithm algorithm) |
EncryptionInfo(String algorithm) |
public static final EncryptionInfo DISABLED
public EncryptionInfo()
public EncryptionInfo(EncryptionInfo.Algorithm algorithm)
public EncryptionInfo(String algorithm)
public boolean isEncryptMessage()
public EncryptionInfo.Algorithm getAlgorithm()
Copyright © 2010–2016 AdroitLogic. All rights reserved.