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() |
void |
setAlias(String alias) |
void |
setKeyId(String keyId) |
void |
setPassword(String password) |
public String getKeyId()
getKeyId in interface JceKeyInfopublic void setKeyId(String keyId)
public String getAlias()
getAlias in interface JceKeyInfopublic void setAlias(String alias)
public String getPassword()
getPassword in interface JceKeyInfopublic void setPassword(String password)
public boolean isSymmetric()
isSymmetric in interface JceKeyInfopublic Key getPublicKey(JceKeystore keystore)
public Key getPrivateKey(JceKeystore keystore)
public KeyStore.Entry getEntry(JceKeystore keystore)
Copyright © 2024 MuleSoft, Inc.. All rights reserved.