Class TrustStore.Signature

  • Enclosing class:
    TrustStore

    public static final class TrustStore.Signature
    extends Object
    An opaque handle around a PGPSignature.
    • Field Detail

      • signature

        @Nonnull
        private org.bouncycastle.openpgp.PGPSignature signature
        What we are hiding.
      • keyId

        @Nonnull
        private String keyId
        printable key.
    • Constructor Detail

      • Signature

        protected Signature​(@Nonnull
                            InputStream input)
                     throws IOException
        Constructor.
        Parameters:
        input - input data
        Throws:
        IOException - if an error occurs
    • Method Detail

      • getSignature

        protected org.bouncycastle.openpgp.PGPSignature getSignature()
        Get signature.
        Returns:
        the signature