Class AESPrivateKeyObfuscator.LazyKeyLengthsHolder

  • Enclosing class:
    AESPrivateKeyObfuscator

    private static final class AESPrivateKeyObfuscator.LazyKeyLengthsHolder
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private static java.util.List<java.lang.Integer> KEY_LENGTHS  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      private static java.util.List<java.lang.Integer> detectSupportedKeySizes()  
      • Methods inherited from class java.lang.Object

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

      • KEY_LENGTHS

        private static final java.util.List<java.lang.Integer> KEY_LENGTHS
    • Constructor Detail

      • LazyKeyLengthsHolder

        private LazyKeyLengthsHolder()
    • Method Detail

      • detectSupportedKeySizes

        private static java.util.List<java.lang.Integer> detectSupportedKeySizes()