Class AesSynchronousKeyFactory

    • Constructor Detail

      • AesSynchronousKeyFactory

        public AesSynchronousKeyFactory()
    • Method Detail

      • createSynchronousKey

        public java.security.Key createSynchronousKey()
                                               throws java.lang.Exception
        Description copied from interface: SynchronousKeyFactory
        Creates a synchronous Key.
        Specified by:
        createSynchronousKey in interface SynchronousKeyFactory
        Returns:
        Synchronous Key.
        Throws:
        java.lang.Exception - If fails to create synchronous Key.