Interface KeyWrapperUsingSecureRandom<T extends Parameters>

    • Method Detail

      • withSecureRandom

        KeyWrapperUsingSecureRandom<T> withSecureRandom​(java.security.SecureRandom random)
        Return a variant of this signer using the passed in random as its source of randomness.
        Specified by:
        withSecureRandom in interface OperatorUsingSecureRandom<T extends Parameters>
        Parameters:
        random - the SecureRandom to use.
        Returns:
        a signer which will use random where random data is required.