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

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

Uses of EncryptionAlgorithm in org.nhindirect.stagent.cryptography
 

Methods in org.nhindirect.stagent.cryptography that return EncryptionAlgorithm
static EncryptionAlgorithm EncryptionAlgorithm.fromString(String algorithmName, EncryptionAlgorithm defaultAlgorithm)
          Gets the encryption algorithm from an algorithm name
 EncryptionAlgorithm SMIMECryptographerImpl.getEncryptionAlgorithm()
          Gets the EncryptionAlgorithm.
static EncryptionAlgorithm EncryptionAlgorithm.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static EncryptionAlgorithm[] EncryptionAlgorithm.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 EncryptionAlgorithm
static EncryptionAlgorithm EncryptionAlgorithm.fromString(String algorithmName, EncryptionAlgorithm defaultAlgorithm)
          Gets the encryption algorithm from an algorithm name
 void SMIMECryptographerImpl.setEncryptionAlgorithm(EncryptionAlgorithm value)
          Sets the EncryptionAlgorithm
 

Constructors in org.nhindirect.stagent.cryptography with parameters of type EncryptionAlgorithm
SMIMECryptographerImpl(EncryptionAlgorithm encryptionAlgorithm, DigestAlgorithm digestAlgorithm)
          Constructs a Cryptographer with an EncryptionAlgorithm and DigestAlgorithm.
 



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