public interface CryptoConfigurationProviderI
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
$0 |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getOpenPGPPublicKey()
Returns the OpenPGP public key to use when notifications for this recipient
should be encrypted.
|
java.lang.Boolean |
getWillInlinePGP()
Returns the setting if the signature for the notifcation should be
inserted inline in the created message using the (rather obsolete) inline
format or if it should be attached using the newer MIME format.
|
java.lang.Integer |
getWillSignatur()
Returns the setting if the notification for this recipient should be
signed by the MyTISM node or not.
|
java.lang.Integer |
getWillVerschluesselung()
Returns the setting if the notification for this recipient should be
encrypted or not.
|
static final java.lang.String $0
java.lang.String getOpenPGPPublicKey()
getWillVerschluesselung()
); if encryption is wanted but no key is
returned this will lead to an error during sending.java.lang.Integer getWillVerschluesselung()
de.ipcon.core.mytism.MyTISMConstantsI
: USE_DEFAULT to fall back
to the system default; NEVER to not encrypt; IF_POSSIBLE to encrypt if
the system supports it and a key is available; MANDATORY to always
encrypt (and fail if not possible)java.lang.Integer getWillSignatur()
de.ipcon.core.mytism.MyTISMConstantsI
: USE_DEFAULT to fall back
to the system default; NEVER to not sign; IF_POSSIBLE to sign if
the system supports it and a key is available; MANDATORY to always
sign (and fail if not possible)java.lang.Boolean getWillInlinePGP()
Boolean.TRUE
if the inline format should be used;
Boolean.FALSE
if the MIME format should be used; null if the
preference is not known in which case the system default will be usedCopyright © 2000-2025 OAshi S.à r.l. All Rights Reserved.