public static interface LicenseApplicationContext.PbeInjection<Target> extends Injection<Target>
Encryption (PBE)
into some target.| Modifier and Type | Method and Description |
|---|---|
LicenseApplicationContext.PbeInjection<Target> |
algorithm(String algorithm)
Sets the algorithm name.
|
LicenseApplicationContext.PbeInjection<Target> |
password(ObfuscatedString password)
Sets the password used to generate a secret key for
encryption/decryption.
|
LicenseApplicationContext.PbeInjection<Target> algorithm(@CheckForNull String algorithm)
thisLicenseApplicationContext.pbe(java.lang.String, net.java.truelicense.obfuscate.ObfuscatedString)LicenseApplicationContext.PbeInjection<Target> password(ObfuscatedString password)
thisLicenseApplicationContext.pbe(java.lang.String, net.java.truelicense.obfuscate.ObfuscatedString)Copyright © 2005–2017 Schlichtherle IT Services. All rights reserved.