public class KeyRingCollection extends Object
Constructor and Description |
---|
KeyRingCollection(File pubRingFile,
File secRingFile) |
KeyRingCollection(org.bouncycastle.openpgp.PGPPublicKeyRingCollection publicKeyRings) |
KeyRingCollection(org.bouncycastle.openpgp.PGPPublicKeyRingCollection publicKeyRings,
org.bouncycastle.openpgp.PGPSecretKeyRingCollection secretKeyRings) |
KeyRingCollection(org.bouncycastle.openpgp.PGPSecretKeyRingCollection secretKeyRings) |
Modifier and Type | Method and Description |
---|---|
void |
importPublicKeys(org.bouncycastle.openpgp.PGPPublicKeyRingCollection publicKeyRings) |
void |
importSecretKeys(org.bouncycastle.openpgp.PGPSecretKeyRingCollection secretKeyRings) |
public KeyRingCollection(@Nonnull org.bouncycastle.openpgp.PGPPublicKeyRingCollection publicKeyRings, @Nonnull org.bouncycastle.openpgp.PGPSecretKeyRingCollection secretKeyRings)
public KeyRingCollection(File pubRingFile, File secRingFile) throws IOException, org.bouncycastle.openpgp.PGPException
IOException
org.bouncycastle.openpgp.PGPException
public KeyRingCollection(@Nonnull org.bouncycastle.openpgp.PGPPublicKeyRingCollection publicKeyRings)
public KeyRingCollection(@Nonnull org.bouncycastle.openpgp.PGPSecretKeyRingCollection secretKeyRings)
public void importPublicKeys(@Nonnull org.bouncycastle.openpgp.PGPPublicKeyRingCollection publicKeyRings)
public void importSecretKeys(@Nonnull org.bouncycastle.openpgp.PGPSecretKeyRingCollection secretKeyRings)