Constructor and Description |
---|
SimpleKey() |
SimpleKey(String name,
String privateKey,
String certificate,
String passphrase,
KeyType type) |
Modifier and Type | Method and Description |
---|---|
Object |
clone() |
SimpleKey |
clone(String alias,
KeyType type) |
String |
getCertificate() |
String |
getName() |
String |
getPassphrase() |
String |
getPrivateKey() |
KeyType |
getType() |
SimpleKey |
setCertificate(String certificate) |
SimpleKey |
setName(String name) |
SimpleKey |
setPassphrase(String passphrase) |
SimpleKey |
setPrivateKey(String privateKey) |
SimpleKey |
setType(KeyType type) |
public String getName()
public KeyType getType()
public String getPrivateKey()
public String getCertificate()
public String getPassphrase()
public Object clone() throws CloneNotSupportedException
clone
in class Object
CloneNotSupportedException