public interface PgpKeyInfo
| Modifier and Type | Method and Description |
|---|---|
String |
getKeyId() |
org.bouncycastle.openpgp.PGPPrivateKey |
getPrivateKey(PgpKeystore keystore) |
org.bouncycastle.openpgp.PGPPublicKey |
getPublicKey(PgpKeystore keystore) |
String |
getSymmetricKey() |
boolean |
isSymmetric() |
boolean |
privateKeyAvailable(PgpKeystore keystore) |
String getKeyId()
boolean isSymmetric()
org.bouncycastle.openpgp.PGPPublicKey getPublicKey(PgpKeystore keystore)
org.bouncycastle.openpgp.PGPPrivateKey getPrivateKey(PgpKeystore keystore)
boolean privateKeyAvailable(PgpKeystore keystore)
String getSymmetricKey()
Copyright © 2024 MuleSoft, Inc.. All rights reserved.