Class TrustStore.Signature

java.lang.Object
net.shibboleth.idp.installer.plugin.impl.TrustStore.Signature
Enclosing class:
TrustStore

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

    • signature

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

      @Nonnull private String keyId
      printable key.
  • Constructor Details

    • Signature

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

    • getSignature

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

      public String toString()
      Overrides:
      toString in class Object