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

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

Uses of DigestAlgorithm in org.nhindirect.stagent.cryptography
 

Methods in org.nhindirect.stagent.cryptography that return DigestAlgorithm
 DigestAlgorithm SMIMECryptographerImpl.getDigestAlgorithm()
          Gets the DigestAlgorithm.
static DigestAlgorithm DigestAlgorithm.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static DigestAlgorithm[] DigestAlgorithm.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.nhindirect.stagent.cryptography with parameters of type DigestAlgorithm
 void SMIMECryptographerImpl.setDigestAlgorithm(DigestAlgorithm value)
          Sets the DigestAlgorithm.
static java.lang.String SMIMEStandard.toString(DigestAlgorithm algorithm)
           
 

Constructors in org.nhindirect.stagent.cryptography with parameters of type DigestAlgorithm
SignedEntity(DigestAlgorithm algorithm, javax.mail.internet.MimeMultipart mm)
          Constructs a signed entity from a JavaMail MimeMultipart.
SMIMECryptographerImpl(EncryptionAlgorithm encryptionAlgorithm, DigestAlgorithm digestAlgorithm)
          Constructs a Cryptographer with an EncryptionAlgorithm and DigestAlgorithm.
 



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