org.apache.geronimo.crypto
Class CertificateUtil
java.lang.Object
org.apache.geronimo.crypto.CertificateUtil
public class CertificateUtil
- extends Object
Various utility functions for dealing with X.509 certificates
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CertificateUtil
public CertificateUtil()
generateFingerprint
public static String generateFingerprint(Certificate cert,
String digestAlgorithm)
throws NoSuchAlgorithmException,
CertificateEncodingException,
IOException
- Throws:
NoSuchAlgorithmException
CertificateEncodingException
IOException
Copyright © 2003-2008 The Apache Geronimo development community. All Rights Reserved.