public class KeyRingReader extends Object
Constructor and Description |
---|
KeyRingReader() |
Modifier and Type | Method and Description |
---|---|
PGPKeyRing |
keyRing(byte[] publicBytes,
byte[] secretBytes) |
PGPKeyRing |
keyRing(InputStream publicIn,
InputStream secretIn) |
PGPKeyRing |
keyRing(String asciiPublic,
String asciiSecret) |
org.bouncycastle.openpgp.PGPPublicKeyRing |
publicKeyRing(byte[] bytes) |
org.bouncycastle.openpgp.PGPPublicKeyRing |
publicKeyRing(InputStream inputStream) |
org.bouncycastle.openpgp.PGPPublicKeyRing |
publicKeyRing(String asciiArmored) |
org.bouncycastle.openpgp.PGPPublicKeyRingCollection |
publicKeyRingCollection(byte[] bytes) |
org.bouncycastle.openpgp.PGPPublicKeyRingCollection |
publicKeyRingCollection(InputStream inputStream) |
org.bouncycastle.openpgp.PGPPublicKeyRingCollection |
publicKeyRingCollection(String asciiArmored) |
static PGPKeyRing |
readKeyRing(InputStream publicIn,
InputStream secretIn) |
static org.bouncycastle.openpgp.PGPPublicKeyRing |
readPublicKeyRing(InputStream inputStream) |
static org.bouncycastle.openpgp.PGPPublicKeyRingCollection |
readPublicKeyRingCollection(InputStream inputStream) |
static org.bouncycastle.openpgp.PGPSecretKeyRing |
readSecretKeyRing(InputStream inputStream) |
static org.bouncycastle.openpgp.PGPSecretKeyRingCollection |
readSecretKeyRingCollection(InputStream inputStream) |
org.bouncycastle.openpgp.PGPSecretKeyRing |
secretKeyRing(byte[] bytes) |
org.bouncycastle.openpgp.PGPSecretKeyRing |
secretKeyRing(InputStream inputStream) |
org.bouncycastle.openpgp.PGPSecretKeyRing |
secretKeyRing(String asciiArmored) |
org.bouncycastle.openpgp.PGPSecretKeyRingCollection |
secretKeyRingCollection(byte[] bytes) |
org.bouncycastle.openpgp.PGPSecretKeyRingCollection |
secretKeyRingCollection(InputStream inputStream) |
org.bouncycastle.openpgp.PGPSecretKeyRingCollection |
secretKeyRingCollection(String asciiArmored) |
public KeyRingReader()
@Nonnull public org.bouncycastle.openpgp.PGPPublicKeyRing publicKeyRing(@Nonnull InputStream inputStream) throws IOException
IOException
public org.bouncycastle.openpgp.PGPPublicKeyRing publicKeyRing(@Nonnull byte[] bytes) throws IOException
IOException
public org.bouncycastle.openpgp.PGPPublicKeyRing publicKeyRing(@Nonnull String asciiArmored) throws IOException
IOException
public org.bouncycastle.openpgp.PGPPublicKeyRingCollection publicKeyRingCollection(@Nonnull InputStream inputStream) throws IOException, org.bouncycastle.openpgp.PGPException
IOException
org.bouncycastle.openpgp.PGPException
public org.bouncycastle.openpgp.PGPPublicKeyRingCollection publicKeyRingCollection(@Nonnull byte[] bytes) throws IOException, org.bouncycastle.openpgp.PGPException
IOException
org.bouncycastle.openpgp.PGPException
public org.bouncycastle.openpgp.PGPPublicKeyRingCollection publicKeyRingCollection(@Nonnull String asciiArmored) throws IOException, org.bouncycastle.openpgp.PGPException
IOException
org.bouncycastle.openpgp.PGPException
public org.bouncycastle.openpgp.PGPSecretKeyRing secretKeyRing(@Nonnull InputStream inputStream) throws IOException, org.bouncycastle.openpgp.PGPException
IOException
org.bouncycastle.openpgp.PGPException
public org.bouncycastle.openpgp.PGPSecretKeyRing secretKeyRing(@Nonnull byte[] bytes) throws IOException, org.bouncycastle.openpgp.PGPException
IOException
org.bouncycastle.openpgp.PGPException
public org.bouncycastle.openpgp.PGPSecretKeyRing secretKeyRing(@Nonnull String asciiArmored) throws IOException, org.bouncycastle.openpgp.PGPException
IOException
org.bouncycastle.openpgp.PGPException
public org.bouncycastle.openpgp.PGPSecretKeyRingCollection secretKeyRingCollection(@Nonnull InputStream inputStream) throws IOException, org.bouncycastle.openpgp.PGPException
IOException
org.bouncycastle.openpgp.PGPException
public org.bouncycastle.openpgp.PGPSecretKeyRingCollection secretKeyRingCollection(@Nonnull byte[] bytes) throws IOException, org.bouncycastle.openpgp.PGPException
IOException
org.bouncycastle.openpgp.PGPException
public org.bouncycastle.openpgp.PGPSecretKeyRingCollection secretKeyRingCollection(@Nonnull String asciiArmored) throws IOException, org.bouncycastle.openpgp.PGPException
IOException
org.bouncycastle.openpgp.PGPException
public PGPKeyRing keyRing(@Nullable InputStream publicIn, @Nullable InputStream secretIn) throws IOException, org.bouncycastle.openpgp.PGPException
IOException
org.bouncycastle.openpgp.PGPException
public PGPKeyRing keyRing(@Nullable byte[] publicBytes, @Nullable byte[] secretBytes) throws IOException, org.bouncycastle.openpgp.PGPException
IOException
org.bouncycastle.openpgp.PGPException
public PGPKeyRing keyRing(@Nullable String asciiPublic, @Nullable String asciiSecret) throws IOException, org.bouncycastle.openpgp.PGPException
IOException
org.bouncycastle.openpgp.PGPException
public static org.bouncycastle.openpgp.PGPPublicKeyRing readPublicKeyRing(@Nonnull InputStream inputStream) throws IOException
IOException
public static org.bouncycastle.openpgp.PGPPublicKeyRingCollection readPublicKeyRingCollection(@Nonnull InputStream inputStream) throws IOException, org.bouncycastle.openpgp.PGPException
IOException
org.bouncycastle.openpgp.PGPException
public static org.bouncycastle.openpgp.PGPSecretKeyRing readSecretKeyRing(@Nonnull InputStream inputStream) throws IOException, org.bouncycastle.openpgp.PGPException
IOException
org.bouncycastle.openpgp.PGPException
public static org.bouncycastle.openpgp.PGPSecretKeyRingCollection readSecretKeyRingCollection(@Nonnull InputStream inputStream) throws IOException, org.bouncycastle.openpgp.PGPException
IOException
org.bouncycastle.openpgp.PGPException
public static PGPKeyRing readKeyRing(@Nullable InputStream publicIn, @Nullable InputStream secretIn) throws IOException, org.bouncycastle.openpgp.PGPException
IOException
org.bouncycastle.openpgp.PGPException