public class ProtectedPasswordUtil
extends java.lang.Object
ProtectedPassword to use. This class then takes the class
name stored in the KeyStore-Ini-File and loads it as a ProtectedPassword.| Constructor and Description |
|---|
ProtectedPasswordUtil() |
| Modifier and Type | Method and Description |
|---|---|
static ProtectedPassword |
loadPassword(java.lang.String className)
This is the method that loads the specified class as a
ProtectedPassword.
|
public static ProtectedPassword loadPassword(java.lang.String className)
className - the fully qualified class name of an Object
that implements the ProtectedPassword interface/