OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:CertPath
(Results
1 - 9
of
9
) sorted by null
/libcore/luni/src/main/java/java/security/cert/
CertPath.java
32
* A {@code
CertPath
} can be represented as a byte array in at least one
37
* A {@code
CertPath
} must be thread-safe without requiring coordinated access.
41
public abstract class
CertPath
implements Serializable {
48
* Creates a new {@code
CertPath
} instance for the specified certificate
54
protected
CertPath
(String type) {
73
* {@code
CertPath
} to be compared for equality.
80
if (other instanceof
CertPath
) {
81
CertPath
o = (
CertPath
)other;
107
* Returns a {@code String} representation of this {@code
CertPath
}
[
all
...]
/prebuilt/sdk/10/
android.jar
/prebuilt/sdk/11/
android.jar
/prebuilt/sdk/13/
android.jar
/prebuilt/sdk/5/
android.jar
/prebuilt/sdk/6/
android.jar
/prebuilt/sdk/7/
android.jar
/prebuilt/sdk/8/
android.jar
/prebuilt/sdk/9/
android.jar
Completed in 85 milliseconds