Package org.pgpainless.key.certification
Class CertifyCertificate.CertificationResult
java.lang.Object
org.pgpainless.key.certification.CertifyCertificate.CertificationResult
- Enclosing class:
CertifyCertificate
-
Method Summary
Modifier and TypeMethodDescriptionorg.bouncycastle.openpgp.PGPSignature
Return the signature.org.bouncycastle.openpgp.PGPPublicKeyRing
Return the certificate, which now contains the signature.
-
Method Details
-
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
-