public class JceKeystore extends Object
| Constructor and Description |
|---|
JceKeystore(String path,
JceKeystoreType type,
String password) |
| Modifier and Type | Method and Description |
|---|---|
KeyStore.Entry |
getEntry(String alias,
String password) |
Key |
getPrivateKey(String alias,
String password) |
Key |
getPublicKey(String alias) |
KeyStore |
getUnderlyingKeyStore() |
boolean |
keyExists(String alias) |
public JceKeystore(String path, JceKeystoreType type, String password)
public KeyStore.Entry getEntry(String alias, String password)
public boolean keyExists(String alias)
Copyright © 2025 MuleSoft, Inc.. All rights reserved.