
net.sf.mmm.crypto.random.AbstractSecuritySetRandomFactory Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of mmm-crypto-jce Show documentation
Show all versions of mmm-crypto-jce Show documentation
Library for simple and more secure usage of cryptography (JCA and JCE).
The newest version!
package net.sf.mmm.crypto.random;
/**
* Extends {@link AbstractSecurityGetRandomFactory} with ability to {@link #setRandomFactory(RandomFactory) set}
* the {@link RandomFactory}.
*
* @author Joerg Hohwiller (hohwille at users.sourceforge.net)
* @since 1.0.0
*/
public interface AbstractSecuritySetRandomFactory extends AbstractSecurityGetRandomFactory {
/**
* @param factory the {@link RandomFactory} to set.
*/
void setRandomFactory(RandomFactory factory);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy