Uses of Class
io.vertx.ext.mail.DKIMSignOptions
Packages that use DKIMSignOptions
-
Uses of DKIMSignOptions in io.vertx.ext.mail
Methods in io.vertx.ext.mail that return DKIMSignOptionsModifier and TypeMethodDescriptionDKIMSignOptions.addCopiedHeader(String header) Adds a copied header.DKIMSignOptions.addSignedHeader(String header) Adds the signed headerMailConfig.getDKIMSignOption()Gets the DKIM options.Sets the Agent or User Identifier(AUID)DKIMSignOptions.setBodyCanonAlgo(CanonicalizationAlgorithm bodyCanonAlgo) Sets the canonicalization algorithm for mail body.DKIMSignOptions.setBodyLimit(int bodyLimit) Sets the body limit to sign.DKIMSignOptions.setCopiedHeaders(List<String> copiedHeaders) Sets the copied headers used in DKIM.DKIMSignOptions.setExpireTime(long expireTime) Sets the expire time in seconds when the signature sign will be expired.DKIMSignOptions.setHeaderCanonAlgo(CanonicalizationAlgorithm headerCanonAlgo) Sets the canonicalization algorithm for signed headers.DKIMSignOptions.setPrivateKey(String privateKey) Sets the PKCS#8 format private key used to sign the email.DKIMSignOptions.setPrivateKeyPath(String privateKeyPath) Sets the PKCS#8 format private key file path.Sets the Singing Domain Identifier(SDID).DKIMSignOptions.setSelector(String selector) Sets the selector used to query the public key.DKIMSignOptions.setSignAlgo(DKIMSignAlgorithm signAlgo) Sets the signing algorithm.DKIMSignOptions.setSignatureTimestamp(boolean signatureTimestamp) Sets to enable or disable signature sign timestmap.DKIMSignOptions.setSignedHeaders(List<String> signedHeaders) Sets the email signedHeaders used to sign.Methods in io.vertx.ext.mail that return types with arguments of type DKIMSignOptionsMethods in io.vertx.ext.mail with parameters of type DKIMSignOptionsModifier and TypeMethodDescriptionMailConfig.addDKIMSignOption(DKIMSignOptions dkimSignOptions) Adds a DKIMSignOptions.MailConfig.setDKIMSignOption(DKIMSignOptions dkimSignOptions) Sets one DKIMSignOptions for convenient.Method parameters in io.vertx.ext.mail with type arguments of type DKIMSignOptionsModifier and TypeMethodDescriptionMailConfig.setDKIMSignOptions(List<DKIMSignOptions> dkimSignOptions) Sets DKIMSignOptions.Constructors in io.vertx.ext.mail with parameters of type DKIMSignOptions