- getAssociatedAddresses() - Method in class org.simplejavamail.utils.mail.smime.SmimeKey
-
Compiles and returns the list of email address associated with the
certificate of this
SmimeKey by
inspecting the subjects distinguished name.
- getCertificate() - Method in class org.simplejavamail.utils.mail.smime.SmimeKey
-
Returns the certificate that holds the public key that corresponds to the
private key of this SmimeKey.
- getCertificateChain() - Method in class org.simplejavamail.utils.mail.smime.SmimeKey
-
Returns the chain of certificates of this SmimeKey starting with
the certificate that holds the public key that corresponds to the private
key of this SmimeKey and ending with the trust anchor.
- getPrivateKey() - Method in class org.simplejavamail.utils.mail.smime.SmimeKey
-
Returns the private key of this SmimeKey.
- getPrivateKey(String, char[]) - Method in class org.simplejavamail.utils.mail.smime.SmimeKeyStore
-
Returns the S/MIME key associated with the given alias, using the given
password to recover it.
- getPrivateKey(String, char[], boolean) - Method in class org.simplejavamail.utils.mail.smime.SmimeKeyStore
-
Returns the S/MIME key associated with the given alias, using the given
password to recover it.
- getPrivateKeyAliases() - Method in class org.simplejavamail.utils.mail.smime.SmimeKeyStore
-
Returns a set containing all aliases listed in the PKCS12 keystore.
- getSignedByAddress(MimeMultipart) - Static method in class org.simplejavamail.utils.mail.smime.SmimeUtil
-
- getSignedByAddress(MimePart) - Static method in class org.simplejavamail.utils.mail.smime.SmimeUtil
-
- getSignedContent(MimeMultipart) - Static method in class org.simplejavamail.utils.mail.smime.SmimeUtil
-
Returns the signed MIME body part of an S/MIME signed MIME multipart.
- getSignedContent(MimePart) - Static method in class org.simplejavamail.utils.mail.smime.SmimeUtil
-
Returns the signed MIME body part of an S/MIME signed MIME part (i.e.
- getStatus(MimeMultipart) - Static method in class org.simplejavamail.utils.mail.smime.SmimeUtil
-
Returns the S/MIME state of a MIME multipart.
- getStatus(MimePart) - Static method in class org.simplejavamail.utils.mail.smime.SmimeUtil
-
Returns the S/MIME state of a MIME part (i.e.