OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:CertPathValidatorException
(Results
1 - 11
of
11
) sorted by null
/libcore/luni/src/main/java/java/security/cert/
CertPathValidatorException.java
26
* A {@code
CertPathValidatorException
} may optionally include the certification
30
public class
CertPathValidatorException
extends GeneralSecurityException {
45
* Creates a new {@code
CertPathValidatorException
} with the specified
64
public
CertPathValidatorException
(String msg, Throwable cause,
79
* Creates a new {@code
CertPathValidatorException
} with the specified
87
public
CertPathValidatorException
(String msg, Throwable cause) {
92
* Creates a new {@code
CertPathValidatorException
} with the specified
98
public
CertPathValidatorException
(Throwable cause) {
103
* Creates a new {@code
CertPathValidatorException
} with the specified
109
public
CertPathValidatorException
(String msg)
[
all
...]
/libcore/luni/src/test/java/tests/security/cert/
CertPathValidatorExceptionTest.java
28
import java.security.cert.
CertPathValidatorException
;
37
* Tests for <code>
CertPathValidatorException
</code> class constructors and
51
* Test for <code>
CertPathValidatorException
()</code> constructor
52
* Assertion: constructs
CertPathValidatorException
with no detail message
55
CertPathValidatorException
tE = new
CertPathValidatorException
();
61
* Test for <code>
CertPathValidatorException
(String)</code> constructor
62
* Assertion: constructs
CertPathValidatorException
with detail message msg.
66
CertPathValidatorException
tE;
68
tE = new
CertPathValidatorException
(msgs[i])
[
all
...]
/external/apache-harmony/security/src/test/api/java/org/apache/harmony/security/tests/java/security/cert/
CertPathValidatorExceptionTest.java
24
import java.security.cert.
CertPathValidatorException
;
35
* Tests for <code>
CertPathValidatorException
</code> class constructors and
61
* Test for <code>
CertPathValidatorException
()</code> constructor
62
* Assertion: constructs
CertPathValidatorException
with no detail message
65
CertPathValidatorException
tE = new
CertPathValidatorException
();
71
* Test for <code>
CertPathValidatorException
(String)</code> constructor
72
* Assertion: constructs
CertPathValidatorException
with detail message msg.
76
CertPathValidatorException
tE;
78
tE = new
CertPathValidatorException
(msgs[i])
[
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 334 milliseconds