Class CertifyCertificate.CertificationOnUserIdWithSubpackets

  • Enclosing class:
    CertifyCertificate

    public static class CertifyCertificate.CertificationOnUserIdWithSubpackets
    extends java.lang.Object
    • Method Detail

      • buildWithSubpackets

        public CertifyCertificate.CertificationResult buildWithSubpackets​(@Nonnull
                                                                          CertificationSubpackets.Callback subpacketCallback)
                                                                   throws org.bouncycastle.openpgp.PGPException
        Apply the given signature subpackets and build the certification.
        Parameters:
        subpacketCallback - callback to modify the signatures subpackets
        Returns:
        result
        Throws:
        org.bouncycastle.openpgp.PGPException - in case of an OpenPGP related error
      • build

        public CertifyCertificate.CertificationResult build()
                                                     throws org.bouncycastle.openpgp.PGPException
        Build the certification signature.
        Returns:
        result
        Throws:
        org.bouncycastle.openpgp.PGPException - in case of an OpenPGP related error