Interface EncapsulatingSecretGenerator<T extends Parameters>

    • Method Detail

      • getParameters

        T getParameters()
        Return the parameters being used by this extractor.
        Returns:
        the extractor parameters.
      • withSecureRandom

        EncapsulatingSecretGenerator<T> withSecureRandom​(java.security.SecureRandom random)
        Return a new generator which will use the passed in SecureRandom for generating the key material, or secret, to be encapsulated.
        Specified by:
        withSecureRandom in interface OperatorUsingSecureRandom<T extends Parameters>
        Parameters:
        random - the SecureRandom to use.
        Returns:
        a generator using the passed in random as its source of key material.