Uses of Class
org.apache.harmony.security.provider.cert.X509CertPathImpl
| Package | Description |
|---|---|
| org.apache.harmony.security.provider.cert |
-
Uses of X509CertPathImpl in org.apache.harmony.security.provider.cert
Methods in org.apache.harmony.security.provider.cert that return X509CertPathImpl Modifier and Type Method Description static X509CertPathImplX509CertPathImpl. getInstance(byte[] in)Generates certification path object on the base of PkiPath encoded form provided via array of bytes.static X509CertPathImplX509CertPathImpl. getInstance(byte[] in, String encoding)Generates certification path object on the base of encoding provided via array of bytes.static X509CertPathImplX509CertPathImpl. getInstance(InputStream in)Generates certification path object on the base of PkiPath encoded form provided via input stream.static X509CertPathImplX509CertPathImpl. getInstance(InputStream in, String encoding)Generates certification path object on the basis of encoding provided via input stream.