public class ClientCertificateDigester
extends java.lang.Object
| Modifier and Type | Method and Description | 
|---|---|
| static ClientCertificate | buildCertificate(java.io.InputStream is)Creates a ClientCertificate from the given inputstream. | 
| static ClientCertificate | buildCertificate(java.io.Reader rdr) | 
public static ClientCertificate buildCertificate(java.io.InputStream is) throws java.io.IOException, org.xml.sax.SAXException
is - to client certificatejava.io.IOException - thrown if there is a problem reading the certificate.org.xml.sax.SAXException - thrown if there is a problem reading the certificate.public static ClientCertificate buildCertificate(java.io.Reader rdr) throws java.io.IOException, org.xml.sax.SAXException
rdr - to client certificatejava.io.IOException - thrown if there is a problem reading the certificate.org.xml.sax.SAXException - thrown if there is a problem reading the certificate.