|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use X509CertificateEx | |
|---|---|
| org.nhindirect.stagent.cert | NHIN Direct certificate resolutions interfaces and abstract classes. |
| org.nhindirect.stagent.cryptography | NHIN Direct cryptography. |
| Uses of X509CertificateEx in org.nhindirect.stagent.cert |
|---|
| Methods in org.nhindirect.stagent.cert that return X509CertificateEx | |
|---|---|
static X509CertificateEx |
X509CertificateEx.fromX509Certificate(X509Certificate cert,
PrivateKey privKey)
Creates X509CertificateEx object from an existing certificate and its private key. |
| Uses of X509CertificateEx in org.nhindirect.stagent.cryptography |
|---|
| Methods in org.nhindirect.stagent.cryptography with parameters of type X509CertificateEx | |
|---|---|
MimeEntity |
SMIMECryptographerImpl.decrypt(Message message,
X509CertificateEx decryptingCertificate)
Decrypts a message with the provided certificates private key. |
MimeEntity |
Cryptographer.decrypt(Message message,
X509CertificateEx decryptingCertificate)
Decrypts a message with the provided certificates private key. |
MimeEntity |
SMIMECryptographerImpl.decrypt(MimeEntity encryptedEntity,
X509CertificateEx decryptingCertificate)
Decrypts an entity with the provided certificate's private key. |
MimeEntity |
Cryptographer.decrypt(MimeEntity encryptedEntity,
X509CertificateEx decryptingCertificate)
Decrypts an entity with the provided certificate's private key. |
| Method parameters in org.nhindirect.stagent.cryptography with type arguments of type X509CertificateEx | |
|---|---|
MimeEntity |
SMIMECryptographerImpl.decrypt(MimeEntity encryptedEntity,
Collection<X509CertificateEx> decryptingCertificates)
Decrypts an entity with the provided certificates' private key. |
MimeEntity |
Cryptographer.decrypt(MimeEntity encryptedEntity,
Collection<X509CertificateEx> decryptingCertificates)
Decrypts an entity with the provided certificates' private key. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||