Class CertifyCertificate.CertificationResult

  • Enclosing class:
    CertifyCertificate

    public static class CertifyCertificate.CertificationResult
    extends java.lang.Object
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      org.bouncycastle.openpgp.PGPSignature getCertification()
      Return the signature.
      org.bouncycastle.openpgp.PGPPublicKeyRing getCertifiedCertificate()
      Return the certificate, which now contains the signature.
      • Methods inherited from class java.lang.Object

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

      • getCertification

        @Nonnull
        public org.bouncycastle.openpgp.PGPSignature getCertification()
        Return the signature.
        Returns:
        signature
      • getCertifiedCertificate

        @Nonnull
        public org.bouncycastle.openpgp.PGPPublicKeyRing getCertifiedCertificate()
        Return the certificate, which now contains the signature.
        Returns:
        certificate + signature