Uses of Interface
com.helger.phase4.crypto.ICryptoSessionKeyProvider
Packages that use ICryptoSessionKeyProvider
-
Uses of ICryptoSessionKeyProvider in com.helger.phase4.crypto
Fields in com.helger.phase4.crypto declared as ICryptoSessionKeyProviderModifier and TypeFieldDescriptionstatic final ICryptoSessionKeyProviderAS4CryptParams.DEFAULT_SESSION_KEY_PROVIDERstatic final ICryptoSessionKeyProviderICryptoSessionKeyProvider.INSTANCE_RANDOM_AES_128Session key provider for AES-128 keys that can be used e.g. for AES-128-CBC or AES-128-GCMstatic final ICryptoSessionKeyProviderICryptoSessionKeyProvider.INSTANCE_RANDOM_AES_128_GCMDeprecated, for removal: This API element is subject to removal in a future version.static final ICryptoSessionKeyProviderICryptoSessionKeyProvider.INSTANCE_RANDOM_AES_256Session key provider for AES-256 keys that can be used e.g. for AES-256-CBC or AES-256-GCMstatic final ICryptoSessionKeyProviderICryptoSessionKeyProvider.INSTANCE_RANDOM_AES_256_GCMDeprecated, for removal: This API element is subject to removal in a future version.Methods in com.helger.phase4.crypto that return ICryptoSessionKeyProviderMethods in com.helger.phase4.crypto with parameters of type ICryptoSessionKeyProviderModifier and TypeMethodDescriptionfinal AS4CryptParamsAS4CryptParams.setSessionKeyProvider(ICryptoSessionKeyProvider aSessionKeyProvider) Set the session key provider to be used for encryption.