Class FipsSHS.KeyGenerator

    • Constructor Summary

      Constructors 
      Constructor Description
      KeyGenerator​(FipsAlgorithm algorithm, int keySizeInBits, java.security.SecureRandom random)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      SymmetricKey generateKey()
      Return a newly generated symmetric key.
      • Methods inherited from class java.lang.Object

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

      • KeyGenerator

        public KeyGenerator​(FipsAlgorithm algorithm,
                            int keySizeInBits,
                            java.security.SecureRandom random)
    • Method Detail

      • generateKey

        public SymmetricKey generateKey()
        Description copied from interface: SymmetricKeyGenerator
        Return a newly generated symmetric key.
        Returns:
        a new symmetric key.