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

com.manydesigns.crypto.InvalidPassphraseException Maven / Gradle / Ivy

package com.manydesigns.crypto;

class InvalidPassphraseException extends Exception {
    InvalidPassphraseException(String message) {
        super(message);
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy