Package com.helger.phase4.crypto
Interface IAS4PModeAwareCryptoFactory
- All Superinterfaces:
IAS4CryptoFactory
An extended
Source: https://github.com/phax/phase4/pull/121
IAS4CryptoFactory with the capability to receive a P-Mode
that was successfully resolved during reception phase. This information can
be used to provide P-Mode specific crypto information for decryption.Source: https://github.com/phax/phase4/pull/121
- Since:
- 2.1.0
- Author:
- Gregor Scholtysik
-
Method Summary
Modifier and TypeMethodDescriptionvoidsetContextPMode(IPMode pMode) Set the P-Mode in context.
This method is only called on reception side after successful resolving of the P-Mode from the incoming ebms information.Methods inherited from interface com.helger.phase4.crypto.IAS4CryptoFactory
getCrypto, getKeyAlias, getKeyPasswordPerAlias, getKeyPasswordPerAliasCharArray, getKeyStore, getPrivateKeyEntry, getTrustStore
-
Method Details
-
setContextPMode
Set the P-Mode in context.
This method is only called on reception side after successful resolving of the P-Mode from the incoming ebms information.- Parameters:
pMode- the P-Mode resolved during reception
-