![JAR search and dependency download from the Maven repository](/logo.png)
global.namespace.truelicense.api.passwd.PasswordUsage Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of truelicense-api Show documentation
Show all versions of truelicense-api Show documentation
The TrueLicense API module provides an Application Programming
Interface for license management on the Java Virtual Machine.
/*
* Copyright (C) 2005 - 2019 Schlichtherle IT Services.
* All rights reserved. Use is subject to license terms.
*/
package global.namespace.truelicense.api.passwd;
/** Enumerates the password usages. */
public enum PasswordUsage {
/** The password will be used to decrypt or verify some content. */
DECRYPTION,
/**
* The password will be used to encrypt or sign some content.
* This may trigger some additional checks, e.g. compliance to a
* {@link PasswordPolicy}.
*/
ENCRYPTION
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy