Package kz.greetgo.security.crypto
Class CryptoBuilderKeysInFiles
- java.lang.Object
-
- kz.greetgo.security.crypto.CryptoBuilderKeysInFiles
-
public class CryptoBuilderKeysInFiles extends java.lang.Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Cryptobuild()Target builder method - builds a new cryptoCryptoBuilderKeysInFilessetConfig(CryptoSourceConfig cryptoSourceConfig)Defines crypto config, where you can specify using algorithms
-
-
-
Method Detail
-
setConfig
public CryptoBuilderKeysInFiles setConfig(CryptoSourceConfig cryptoSourceConfig)
Defines crypto config, where you can specify using algorithms- Parameters:
cryptoSourceConfig- config for crypto source- Returns:
- reference to this builder
-
build
public Crypto build()
Target builder method - builds a new crypto- Returns:
- built object
-
-