Class OpenPgpMetadata.Signature

  • Enclosing class:
    OpenPgpMetadata

    public static class OpenPgpMetadata.Signature
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      Signature​(org.bouncycastle.openpgp.PGPSignature signature, OpenPgpV4Fingerprint fingerprint)  
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • signature

        protected final org.bouncycastle.openpgp.PGPSignature signature
    • Constructor Detail

      • Signature

        public Signature​(org.bouncycastle.openpgp.PGPSignature signature,
                         OpenPgpV4Fingerprint fingerprint)