Uses of Class
org.mailster.crypto.CertificateUtilities.DigestAlgorithm

Packages that use CertificateUtilities.DigestAlgorithm
org.mailster.crypto   
 

Uses of CertificateUtilities.DigestAlgorithm in org.mailster.crypto
 

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

Methods in org.mailster.crypto with parameters of type CertificateUtilities.DigestAlgorithm
static java.lang.String CertificateUtilities.toFingerprint(java.security.cert.Certificate cer, CertificateUtilities.DigestAlgorithm alg)