public class EncryptionInfo
extends java.lang.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(java.lang.String algorithm) |
| Modifier and Type | Method and Description |
|---|---|
EncryptionInfo.Algorithm |
getAlgorithm() |
boolean |
isEncryptMessage() |
java.lang.String |
toString() |
public static final EncryptionInfo DISABLED
public EncryptionInfo()
public EncryptionInfo(EncryptionInfo.Algorithm algorithm)
public EncryptionInfo(java.lang.String algorithm)
public boolean isEncryptMessage()
public EncryptionInfo.Algorithm getAlgorithm()
public java.lang.String toString()
toString in class java.lang.Object