HomeSort by relevance Sort by last modified time
    Searched defs:KeyManagementException (Results 1 - 19 of 19) sorted by null

  /libcore/ojluni/src/main/java/java/security/
KeyManagementException.java 31 * KeyManagementException that developers might create for
46 public class KeyManagementException extends KeyException {
51 * Constructs a KeyManagementException with no detail message. A
55 public KeyManagementException() {
60 * Constructs a KeyManagementException with the specified detail
66 public KeyManagementException(String msg) {
71 * Creates a <code>KeyManagementException</code> with the specified
81 public KeyManagementException(String message, Throwable cause) {
86 * Creates a <code>KeyManagementException</code> with the specified cause
96 public KeyManagementException(Throwable cause)
    [all...]
Identity.java 114 * @exception KeyManagementException if there is already an identity
118 KeyManagementException {
174 * @exception KeyManagementException if another identity in the
185 public void setPublicKey(PublicKey key) throws KeyManagementException {
236 * @exception KeyManagementException if the certificate is not valid,
247 throws KeyManagementException {
256 throw new KeyManagementException(
287 * @exception KeyManagementException if the certificate is
297 throws KeyManagementException {
300 // Android-changed: Throw a KeyManagementException if certificate is null o
    [all...]
  /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/24/
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 309 milliseconds