Class OpenPgpV4Fingerprint

    • Constructor Detail

      • OpenPgpV4Fingerprint

        public OpenPgpV4Fingerprint​(@Nonnull
                                    String fingerprint)
        Parameters:
        fingerprint - uppercase hexadecimal fingerprint of length 40
      • OpenPgpV4Fingerprint

        public OpenPgpV4Fingerprint​(@Nonnull
                                    byte[] bytes)
      • OpenPgpV4Fingerprint

        public OpenPgpV4Fingerprint​(@Nonnull
                                    org.bouncycastle.openpgp.PGPPublicKey key)
      • OpenPgpV4Fingerprint

        public OpenPgpV4Fingerprint​(@Nonnull
                                    org.bouncycastle.openpgp.PGPSecretKey key)
      • OpenPgpV4Fingerprint

        public OpenPgpV4Fingerprint​(@Nonnull
                                    org.bouncycastle.openpgp.PGPPublicKeyRing ring)
      • OpenPgpV4Fingerprint

        public OpenPgpV4Fingerprint​(@Nonnull
                                    org.bouncycastle.openpgp.PGPSecretKeyRing ring)
      • OpenPgpV4Fingerprint

        public OpenPgpV4Fingerprint​(@Nonnull
                                    org.bouncycastle.openpgp.PGPKeyRing ring)