Package org.pgpainless.key.certification
Class CertifyCertificate.CertificationOnUserIdWithSubpackets
java.lang.Object
org.pgpainless.key.certification.CertifyCertificate.CertificationOnUserIdWithSubpackets
- Enclosing class:
- CertifyCertificate
-
Method Summary
Modifier and TypeMethodDescriptionbuild()
Build the certification signature.buildWithSubpackets
(CertificationSubpackets.Callback subpacketCallback) Apply the given signature subpackets and build the certification.
-
Method Details
-
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
Build the certification signature.- Returns:
- result
- Throws:
org.bouncycastle.openpgp.PGPException
- in case of an OpenPGP related error
-