public final class DecryptFactory
extends java.lang.Object
Constructor and Description |
---|
DecryptFactory() |
Modifier and Type | Method and Description |
---|---|
static Decrypt |
getDecryptInstance(EncryptDecryptProcedure decryptPractice)
Erzeugt ein Objekt, mit dem Strings verschlüsselt werden können.
|
public static final Decrypt getDecryptInstance(EncryptDecryptProcedure decryptPractice)
decryptPractice
- Verfahren, mit dem die Daten verschlüsselt werden sollenjava.lang.IllegalArgumentException
- Das angegebene Verfahren ist unbekannt