| Package | Description |
|---|---|
| org.nhindirect.stagent.cryptography |
NHIN Direct cryptography.
|
| Modifier and Type | Method and Description |
|---|---|
static SignedEntity |
SignedEntity.load(javax.mail.internet.MimeMultipart source)
Generates a signed entity from a MimeMultipart entity.
|
SignedEntity |
SMIMECryptographerImpl.sign(Message message,
Collection<X509Certificate> signingCertificates) |
SignedEntity |
Cryptographer.sign(Message message,
Collection<X509Certificate> signingCertificates) |
SignedEntity |
SMIMECryptographerImpl.sign(Message message,
X509Certificate signingCertificate)
Signs a message with the provided certificate.
|
SignedEntity |
Cryptographer.sign(Message message,
X509Certificate signingCertificate)
Signs a message with the provided certificate.
|
SignedEntity |
SMIMECryptographerImpl.sign(MimeEntity entity,
Collection<X509Certificate> signingCertificates)
Signs an entity with the provided certificates.
|
SignedEntity |
Cryptographer.sign(MimeEntity entity,
Collection<X509Certificate> signingCertificates)
Signs an entity with the provided certificates.
|
SignedEntity |
SMIMECryptographerImpl.sign(MimeEntity entity,
X509Certificate signingCertificate)
Signs an entity with the provided certificate.
|
SignedEntity |
Cryptographer.sign(MimeEntity entity,
X509Certificate signingCertificate)
Signs an entity with the provided certificate.
|
| Modifier and Type | Method and Description |
|---|---|
void |
SMIMECryptographerImpl.checkSignature(SignedEntity signedEntity,
X509Certificate signerCertificate,
Collection<X509Certificate> anchors)
Validates that a signed entity has a valid message and signature.
|
void |
Cryptographer.checkSignature(SignedEntity signedEntity,
X509Certificate signerCertificate,
Collection<X509Certificate> anchors)
Validates that a signed entity has a valid message and signature.
|
org.bouncycastle.cms.CMSSignedData |
SMIMECryptographerImpl.deserializeSignatureEnvelope(SignedEntity entity)
Extracts the ASN1 encoded signature data from the signed entity.
|
org.bouncycastle.cms.CMSSignedData |
Cryptographer.deserializeSignatureEnvelope(SignedEntity entity)
Extracts the ASN1 encoded signature data from the signed entity.
|
Copyright © 2010-2016 NHIN Direct. All Rights Reserved.