public class KeyStore extends Object
| Constructor and Description |
|---|
KeyStore(String name,
String password,
boolean exists) |
KeyStore(String name,
String password,
String alias,
boolean exists) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
exists() |
String |
getAlias() |
String |
getName() |
String |
getPassword() |
Copyright © 2018 JBoss by Red Hat. All rights reserved.