
net.java.truecommons.key.swing.package-info Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of truecommons-key-swing Show documentation
Show all versions of truecommons-key-swing Show documentation
Prompts the user for passwords via a Swing based dialog, if available.
The newest version!
/*
* Copyright (C) 2005-2015 Schlichtherle IT Services.
* All rights reserved. Use is subject to license terms.
*/
/**
* Provides the Swing based implementation of the interface
* {@link net.java.truecommons.key.spec.prompting.PromptingKey.View}.
* If a key file is used for authentication instead of a password, then the
* file size must be 512 bytes or more, of which only the first 512 bytes are
* used.
*
* @since TrueCommons 2.2
* @author Christian Schlichtherle
*/
@javax.annotation.Nonnull @javax.annotation.ParametersAreNonnullByDefault
package net.java.truecommons.key.swing;
© 2015 - 2025 Weber Informatics LLC | Privacy Policy