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
static DigestAlgorithm DigestAlgorithm.fromString(String algorithmName, DigestAlgorithm defaultAlgorithm)
          Gets the digest algorithm from an algorithm name
 DigestAlgorithm SMIMECryptographerImpl.getDigestAlgorithm()
          Gets the DigestAlgorithm.
static DigestAlgorithm DigestAlgorithm.valueOf(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
static DigestAlgorithm DigestAlgorithm.fromString(String algorithmName, DigestAlgorithm defaultAlgorithm)
          Gets the digest algorithm from an algorithm name
 void SMIMECryptographerImpl.setDigestAlgorithm(DigestAlgorithm value)
          Sets the DigestAlgorithm.
static 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-2014 NHIN Direct. All Rights Reserved.