Class Aes256Provider

  • All Implemented Interfaces:

    
    public class Aes256Provider
    
                        
    Since:

    2022-12-05

    Author:

    trydofor

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Field Summary

      Fields 
      Modifier and Type Field Description
    • Constructor Summary

      Constructors 
      Constructor Description
      Aes256Provider()
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      static Aes256 system()
      static Aes256 ticket()
      static Aes256 cookie()
      static Aes256 config()
      static Aes256 get(String name, boolean nonnull)
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • Aes256Provider

        Aes256Provider()
    • Method Detail

      • system

        @NotNull() static Aes256 system()
      • ticket

        @NotNull() static Aes256 ticket()
      • cookie

        @NotNull() static Aes256 cookie()
      • config

        @NotNull() static Aes256 config()
      • get

        @Contract(value = "_,true->!null") static Aes256 get(String name, boolean nonnull)