public class JceSymmetricKeyInfo extends Object implements JceKeyInfo
| Constructor and Description |
|---|
JceSymmetricKeyInfo() |
| Modifier and Type | Method and Description |
|---|---|
String |
getAlias() |
String |
getKeyId() |
String |
getPassword() |
Key |
getSymmetricKey(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 Key getSymmetricKey(JceKeystore keystore)
public boolean isSymmetric()
isSymmetric in interface JceKeyInfoCopyright © 2024 MuleSoft, Inc.. All rights reserved.