OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:X509CertPath
(Results
1 - 3
of
3
) sorted by null
/libcore/ojluni/src/main/java/sun/security/provider/certpath/
X509CertPath.java
64
public class
X509CertPath
extends CertPath {
93
* Creates an <code>
X509CertPath
</code> from a <code>List</code> of
104
public
X509CertPath
(List<? extends Certificate> certs) throws CertificateException {
131
* Creates an <code>
X509CertPath
</code>, reading the encoded form
138
public
X509CertPath
(InputStream is) throws CertificateException {
143
* Creates an <code>
X509CertPath
</code>, reading the encoded form
152
public
X509CertPath
(InputStream is, String encoding)
/libcore/ojluni/src/main/java/sun/security/provider/
X509Factory.java
34
import sun.security.provider.certpath.
X509CertPath
;
240
return new
X509CertPath
(new ByteArrayInputStream(encoding));
271
return new
X509CertPath
(new ByteArrayInputStream(data), encoding);
298
return(new
X509CertPath
(certificates));
314
return(
X509CertPath
.getEncodingsStatic());
/libcore/
openjdk_java_files.mk
[
all
...]
Completed in 34 milliseconds