All Downloads are FREE. Search and download functionalities are using the official Maven repository.

net.java.truecommons.key.spec.prompting.PromptingPbeParameters Maven / Gradle / Ivy

The newest version!
package net.java.truecommons.key.spec.prompting;

import net.java.truecommons.key.spec.KeyStrength;
import net.java.truecommons.key.spec.PbeParameters;

/**
 * Parameters with properties for prompting for password based encryption (PBE)
 * parameters.
 * 

* Subclasses need to be serializable with {@code Object(Out|In)putStream} and * {@code XML(En|De)coder}. * Subclasses do not need to be safe for multi-threading. * * @param

the type of these prompting PBE parameters. * @param the type of the key strength. * @since TrueCommons 2.2 * @author Christian Schlichtherle */ public interface PromptingPbeParameters< P extends PromptingPbeParameters, S extends KeyStrength> extends PromptingKey

, PbeParameters { }





© 2015 - 2024 Weber Informatics LLC | Privacy Policy