Added in API level 28
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
   
  
  
  
  
  
   
  
  
  
  
  
  
  
  
Summary:
  Ctors
  
  | Inherited Methods
SecureKeyImportUnavailableException
  public
  
  
  
  class
  SecureKeyImportUnavailableException
  
  
  
  
  
  
  
  
  
  
  
  
  
    extends ProviderException
  
  
  
  
  
  
| java.lang.Object | |||||
| ↳ | java.lang.Throwable | ||||
| ↳ | java.lang.Exception | ||||
| ↳ | java.lang.RuntimeException | ||||
| ↳ | java.security.ProviderException | ||||
| ↳ | android.security.keystore.SecureKeyImportUnavailableException | ||||
Indicates that the Keystore does not support securely importing wrapped keys.
Summary
Public constructors | |
|---|---|
      
      SecureKeyImportUnavailableException()
      
      
     | 
  |
      
      SecureKeyImportUnavailableException(String message)
      
      
     | 
  |
      
      SecureKeyImportUnavailableException(String message, Throwable cause)
      
      
     | 
  |
      
      SecureKeyImportUnavailableException(Throwable cause)
      
      
     | 
  |
Inherited methods | |
|---|---|
Public constructors
SecureKeyImportUnavailableException
    Added in API level 28
  
      
  
    public SecureKeyImportUnavailableException ()
SecureKeyImportUnavailableException
    Added in API level 28
  
      
  
    public SecureKeyImportUnavailableException (String message)
| Parameters | |
|---|---|
message | 
        
          String  | 
      
SecureKeyImportUnavailableException
    Added in API level 28
  
      
  
    public SecureKeyImportUnavailableException (String message, Throwable cause)
| Parameters | |
|---|---|
message | 
        
          String  | 
      
cause | 
        
          Throwable  | 
      
SecureKeyImportUnavailableException
    Added in API level 28
  
      
  
    public SecureKeyImportUnavailableException (Throwable cause)
| Parameters | |
|---|---|
cause | 
        
          Throwable  |