Class CertifyCertificate.DelegationOnCertificate

  • Enclosing class:
    CertifyCertificate

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

      • withKey

        public CertifyCertificate.DelegationOnCertificateWithSubpackets withKey​(@Nonnull
                                                                                org.bouncycastle.openpgp.PGPSecretKeyRing certificationKey,
                                                                                @Nonnull
                                                                                SecretKeyRingProtector protector)
                                                                         throws org.bouncycastle.openpgp.PGPException
        Build the delegation using the given certification key.
        Parameters:
        certificationKey - key to create the certification with
        protector - protector to unlock the certification key
        Returns:
        API
        Throws:
        org.bouncycastle.openpgp.PGPException - in case of an OpenPGP related error