Class Rsa256AynchronousKeyFactory

    • Constructor Detail

      • Rsa256AynchronousKeyFactory

        public Rsa256AynchronousKeyFactory()
    • Method Detail

      • createAsynchronousKeyPair

        public java.security.KeyPair createAsynchronousKeyPair()
                                                        throws java.lang.Exception
        Description copied from interface: AsynchronousKeyFactory
        Creates an asynchronous KeyPair.
        Specified by:
        createAsynchronousKeyPair in interface AsynchronousKeyFactory
        Returns:
        Asynchronous KeyPair.
        Throws:
        java.lang.Exception - If fails to create asynchronous KeyPair.