public class X509CredentialManager extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
OUTPUT_PATH
The location where proxy certificates are generated.
|
| Constructor and Description |
|---|
X509CredentialManager() |
| Modifier and Type | Method and Description |
|---|---|
static String |
createProxy(String path,
String pwd,
String vo)
Generates a certificate proxy starting from the given certificate,
protected by password pwd.
|
public static final String OUTPUT_PATH
public static String createProxy(String path, String pwd, String vo)
path - the path to the original certificatepwd - the password used to encrypt the certificateCopyright © 2017. All Rights Reserved.