public class X509V3Credential extends Credential
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getKeyFile()
Get the location of the PKCS12 key file.
|
char[] |
getPassword()
Get the password of the PKCS12 key file.
|
void |
setKeyFile(java.lang.String keyFile)
Set th location of the PKCS12 key file
|
void |
setPassword(char[] password)
Set the password of the PKCS12 key file
|
public java.lang.String getKeyFile()
public void setKeyFile(java.lang.String keyFile)
keyFile
- public char[] getPassword()
public void setPassword(char[] password)
password
- The password of the PKCS12 key file.Copyright (c) 2014 Cloud Software Group, Inc. All rights reserved.