Class OpenPgpV5Fingerprint

All Implemented Interfaces:
CharSequence, Comparable<OpenPgpFingerprint>

public class OpenPgpV5Fingerprint extends _64DigitFingerprint
This class represents a hex encoded, upper case OpenPGP v5 fingerprint.
  • Constructor Details

    • OpenPgpV5Fingerprint

      public OpenPgpV5Fingerprint(@Nonnull String fingerprint)
      Parameters:
      fingerprint - uppercase hexadecimal fingerprint of length 64
    • OpenPgpV5Fingerprint

      public OpenPgpV5Fingerprint(@Nonnull byte[] bytes)
    • OpenPgpV5Fingerprint

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

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

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

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

      public OpenPgpV5Fingerprint(@Nonnull org.bouncycastle.openpgp.PGPKeyRing ring)
  • Method Details