Uses of Class
org.nhindirect.stagent.cryptography.SignedEntity

Packages that use SignedEntity
org.nhindirect.stagent.cryptography NHIN Direct cryptography. 
 

Uses of SignedEntity in org.nhindirect.stagent.cryptography
 

Methods in org.nhindirect.stagent.cryptography that return SignedEntity
static SignedEntity SignedEntity.load(javax.mail.internet.MimeMultipart source)
          Generates a signed entity from a MimeMultipart entity.
 SignedEntity Cryptographer.sign(Message message, Collection<X509Certificate> signingCertificates)
           
 SignedEntity SMIMECryptographerImpl.sign(Message message, Collection<X509Certificate> signingCertificates)
           
 SignedEntity Cryptographer.sign(Message message, X509Certificate signingCertificate)
          Signs a message with the provided certificate.
 SignedEntity SMIMECryptographerImpl.sign(Message message, X509Certificate signingCertificate)
          Signs a message with the provided certificate.
 SignedEntity Cryptographer.sign(MimeEntity entity, Collection<X509Certificate> signingCertificates)
          Signs an entity with the provided certificates.
 SignedEntity SMIMECryptographerImpl.sign(MimeEntity entity, Collection<X509Certificate> signingCertificates)
          Signs an entity with the provided certificates.
 SignedEntity Cryptographer.sign(MimeEntity entity, X509Certificate signingCertificate)
          Signs an entity with the provided certificate.
 SignedEntity SMIMECryptographerImpl.sign(MimeEntity entity, X509Certificate signingCertificate)
          Signs an entity with the provided certificate.
 

Methods in org.nhindirect.stagent.cryptography with parameters of type SignedEntity
 void Cryptographer.checkSignature(SignedEntity signedEntity, X509Certificate signerCertificate, Collection<X509Certificate> anchors)
          Validates that a signed entity has a valid message and signature.
 void SMIMECryptographerImpl.checkSignature(SignedEntity signedEntity, X509Certificate signerCertificate, Collection<X509Certificate> anchors)
          Validates that a signed entity has a valid message and signature.
 org.bouncycastle.cms.CMSSignedData Cryptographer.deserializeSignatureEnvelope(SignedEntity entity)
          Extracts the ASN1 encoded signature data from the signed entity.
 org.bouncycastle.cms.CMSSignedData SMIMECryptographerImpl.deserializeSignatureEnvelope(SignedEntity entity)
          Extracts the ASN1 encoded signature data from the signed entity.
 



Copyright © 2010-2012 HNIN Direct. All Rights Reserved.