Added in API level 31
    IkeAuthDigitalSignRemoteConfig
class IkeAuthDigitalSignRemoteConfig : IkeSessionParams.IkeAuthConfig
| kotlin.Any | ||
| ↳ | android.net.ipsec.ike.IkeSessionParams.IkeAuthConfig | |
| ↳ | android.net.ipsec.ike.IkeSessionParams.IkeAuthDigitalSignRemoteConfig | |
This class represents the configuration to support IKEv2 public-key-signature-based authentication of the remote side.
Summary
| Public methods | |
|---|---|
| open Boolean | |
| open X509Certificate? | Retrieves the provided CA certificate for validating the remote certificate(s) | 
| open Int | hashCode() | 
Public methods
equals
Added in API level 31
      open fun equals(other: Any?): Boolean
| Parameters | |
|---|---|
| obj | the reference object with which to compare. | 
| Return | |
|---|---|
| Boolean | trueif this object is the same as the obj argument;falseotherwise. | 
getRemoteCaCert
Added in API level 31
      open fun getRemoteCaCert(): X509Certificate?
Retrieves the provided CA certificate for validating the remote certificate(s)
| Return | |
|---|---|
| X509Certificate? | This value may be null. | 
hashCode
Added in API level 31
      open fun hashCode(): Int
| Return | |
|---|---|
| Int | a hash code value for this object. | 
