gmime.signature
Module for [Signature] class
Types 3
An object containing useful information about a signature.
Methods
SignatureGidBuilder builder() static nothrowGet builder for [gmime.signature.Signature] Returns: New builder objectgmime.certificate.Certificate getCertificate() nothrowGet the signature's certificate. Returns: the signature's certificate.long getCreated() nothrowGet the creation date of the signature. Returns: the creation date of the signature or %-1 if unknown.long getCreated64() nothrowGet the creation date of the signature in seconds since the UNIX epoch, represented as a 64-bit signed integer. Returns: the creation date of the signature or %-1 if unknown.long getExpires() nothrowGet the expiration date of the signature. A value of `0` means the signature never expires. Returns: the expiration date of the signature or %-1 if unknown.long getExpires64() nothrowGet the expiration date of the signature in seconds since the UNIX epoch, represented as a 64-bit signed integer. A value of `0` means the signature never expires. Returns: the expiration date of t...gmime.types.SignatureStatus getStatus() nothrowGet the signature status as a bitfield of #GMimeSignatureStatus flags. Returns: the signature status.void setExpires(long expires) nothrowSet the expiration date of the signature. A value of `0` means the signature never expires.Fluent builder implementation template for gmime.signature.Signature
Fluent builder for gmime.signature.Signature