Class Serpent.KeyGenerator

  • All Implemented Interfaces:
    SymmetricKeyGenerator
    Enclosing class:
    Serpent

    public static final class Serpent.KeyGenerator
    extends java.lang.Object
    Serpent 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)