Class Blowfish.KeyGenerator

  • All Implemented Interfaces:
    SymmetricKeyGenerator
    Enclosing class:
    Blowfish

    public static final class Blowfish.KeyGenerator
    extends java.lang.Object
    Blowfish key generator.
    • Constructor Summary

      Constructors 
      Constructor Description
      KeyGenerator​(int keySizeInBits, java.security.SecureRandom random)  
      KeyGenerator​(GeneralParameters parameterSet, int keySizeInBits, java.security.SecureRandom random)  
    • Constructor Detail

      • KeyGenerator

        public KeyGenerator​(int keySizeInBits,
                            java.security.SecureRandom random)
      • KeyGenerator

        public KeyGenerator​(GeneralParameters parameterSet,
                            int keySizeInBits,
                            java.security.SecureRandom random)