|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface CertificateParser
This interface defines parse functions to be used to get certificates from a string or input stream. The resulting Certificate will be in the form expected by the
| Field Summary | |
|---|---|
static java.lang.String |
CLASS_VERSION
|
| Method Summary | |
|---|---|
java.security.cert.Certificate |
parseCertificate(java.io.InputStream pInputStream)
Parse a certificate from an InputStream |
java.security.cert.Certificate |
parseCertificate(java.lang.String pCertificateString)
Parse a certificate from a String |
| Field Detail |
|---|
static final java.lang.String CLASS_VERSION
| Method Detail |
|---|
java.security.cert.Certificate parseCertificate(java.lang.String pCertificateString)
throws java.lang.IllegalArgumentException
java.lang.IllegalArgumentExceptionjava.security.cert.Certificate parseCertificate(java.io.InputStream pInputStream)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||