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

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

Uses of SignatureError in org.nhindirect.stagent.cryptography
 

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

Constructors in org.nhindirect.stagent.cryptography with parameters of type SignatureError
SignatureException(SignatureError error)
           
SignatureException(SignatureError error, Exception innerException)
          Constructs an exception with the signature error and the exception that caused the error.
SignatureException(SignatureError error, String message)
          Constructs an exception with a message and the signature error.
SignatureException(SignatureError error, String message, Exception innerException)
          Constructs an exception with the signature error, a message, and the exception that caused the error.
 



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