OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:CertPathValidatorException
(Results
1 - 20
of
20
) sorted by null
/libcore/ojluni/src/main/java/java/security/cert/
CertPathValidatorException.java
37
* A {@code
CertPathValidatorException
} provides support for wrapping
41
* A {@code
CertPathValidatorException
} may also include the
62
public class
CertPathValidatorException
extends GeneralSecurityException {
84
* Creates a {@code
CertPathValidatorException
} with
87
public
CertPathValidatorException
() {
92
* Creates a {@code
CertPathValidatorException
} with the given
98
public
CertPathValidatorException
(String msg) {
103
* Creates a {@code
CertPathValidatorException
} that wraps the
105
* {@code
CertPathValidatorException
}, while retaining information
115
public
CertPathValidatorException
(Throwable cause)
[
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
60
* Test for <code>
CertPathValidatorException
()</code> constructor
61
* Assertion: constructs
CertPathValidatorException
with no detail message
64
CertPathValidatorException
tE = new
CertPathValidatorException
();
70
* Test for <code>
CertPathValidatorException
(String)</code> constructor
71
* Assertion: constructs
CertPathValidatorException
with detail message msg.
75
CertPathValidatorException
tE;
77
tE = new
CertPathValidatorException
(msgs[i])
[
all
...]
/libcore/luni/src/test/java/tests/security/cert/
CertPathValidatorExceptionTest.java
31
import java.security.cert.
CertPathValidatorException
;
32
import java.security.cert.
CertPathValidatorException
.BasicReason;
42
* Tests for <code>
CertPathValidatorException
</code> class constructors and
56
* Test for <code>
CertPathValidatorException
()</code> constructor
57
* Assertion: constructs
CertPathValidatorException
with no detail message
60
CertPathValidatorException
tE = new
CertPathValidatorException
();
66
* Test for <code>
CertPathValidatorException
(String)</code> constructor
67
* Assertion: constructs
CertPathValidatorException
with detail message msg.
71
CertPathValidatorException
tE
[
all
...]
/prebuilts/sdk/24/
android.jar
/prebuilts/sdk/10/
android.jar
/prebuilts/sdk/11/
android.jar
/prebuilts/sdk/13/
android.jar
/prebuilts/sdk/16/
android.jar
/prebuilts/sdk/20/
android.jar
/prebuilts/sdk/22/
android.jar
/prebuilts/sdk/23/
android.jar
/prebuilts/sdk/5/
android.jar
/prebuilts/sdk/6/
android.jar
/prebuilts/sdk/7/
android.jar
/prebuilts/sdk/8/
android.jar
/prebuilts/sdk/9/
android.jar
/prebuilts/sdk/system_23/
android.jar
/prebuilts/tools/common/api-versions/android-1/
android.jar
/prebuilts/tools/common/api-versions/android-2/
android.jar
/prebuilts/tools/common/api-versions/android-3/
android.jar
Completed in 263 milliseconds