Class OpenPgpV6Fingerprint

All Implemented Interfaces:
CharSequence, Comparable<OpenPgpFingerprint>

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

    • OpenPgpV6Fingerprint

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

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

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

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

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

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

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