Class CryptoBuilderKeysInFiles

java.lang.Object
kz.greetgo.security.crypto.CryptoBuilderKeysInFiles

public class CryptoBuilderKeysInFiles
extends java.lang.Object
  • Method Summary

    Modifier and Type Method Description
    Crypto build()
    Target builder method - builds a new crypto
    CryptoBuilderKeysInFiles setConfig​(CryptoSourceConfig cryptoSourceConfig)
    Defines crypto config, where you can specify using algorithms

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Method Details

    • 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