|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.adobe.flashaccess.sdk.cert.CertificateFactory
public class CertificateFactory
This class contains utilities for loading certificates.
| Method Summary | |
|---|---|
static java.security.cert.X509Certificate |
loadCert(java.io.InputStream in)
Load an X.509 DER encoded certificate in binary or Base64 format from an input stream. |
static java.security.cert.X509Certificate[] |
loadCerts(java.io.InputStream in)
Loads all X.509 DER encoded certificates in binary or Base64 format from an input stream. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public static java.security.cert.X509Certificate loadCert(java.io.InputStream in)
throws java.security.cert.CertificateException
in - The certificate.
java.security.cert.CertificateException - if the certificate cannot be parsed.
public static java.security.cert.X509Certificate[] loadCerts(java.io.InputStream in)
throws java.security.cert.CertificateException
in - One or more certificates.
java.security.cert.CertificateException - if the certificates cannot be parsed.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||