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() |
public String getKeyId()
getKeyId in interface JceKeyInfopublic String getAlias()
getAlias in interface JceKeyInfopublic String getPassword()
getPassword in interface JceKeyInfopublic Key getSymmetricKey(JceKeystore keystore)
public boolean isSymmetric()
isSymmetric in interface JceKeyInfoCopyright © 2022 MuleSoft, Inc.. All rights reserved.