public class JceAsymmetricKeyInfo extends Object implements JceKeyInfo
| Constructor and Description |
|---|
JceAsymmetricKeyInfo() |
| Modifier and Type | Method and Description |
|---|---|
String |
getAlias() |
KeyStore.Entry |
getEntry(JceKeystore keystore) |
String |
getKeyId() |
String |
getPassword() |
Key |
getPrivateKey(JceKeystore keystore) |
Key |
getPublicKey(JceKeystore keystore) |
boolean |
isSymmetric() |
public String getKeyId()
getKeyId in interface JceKeyInfopublic String getAlias()
getAlias in interface JceKeyInfopublic String getPassword()
getPassword in interface JceKeyInfopublic boolean isSymmetric()
isSymmetric in interface JceKeyInfopublic Key getPublicKey(JceKeystore keystore)
public Key getPrivateKey(JceKeystore keystore)
public KeyStore.Entry getEntry(JceKeystore keystore)
Copyright © 2019 MuleSoft, Inc.. All rights reserved.