public class Keystore extends Object implements Serializable
Title: Java Keystore Reference
Description: A (type,file,password) tuple to describe a keystore (eg. a JKS or P12)
Copyright: Copyright (c) 2007
| Constructor and Description |
|---|
Keystore() |
Keystore(String type,
File file,
String password) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
exists()
Simple, safe method to determine if this keystore file exists
|
File |
getFile() |
String |
getPassword() |
String |
getType() |
void |
readFromSystem(boolean truststore) |
void |
setFile(File file) |
void |
setPassword(String password) |
void |
setType(String type) |
String |
toString() |
void |
writeToSystem(boolean truststore) |
public String getType()
public File getFile()
public String getPassword()
public void setType(String type)
public void setFile(File file)
public void setPassword(String password)
public boolean exists()
public void readFromSystem(boolean truststore)
public void writeToSystem(boolean truststore)
Copyright © 2014. All rights reserved.