Added in API level 31
IkeKeyIdIdentification
class IkeKeyIdIdentification : IkeIdentification
kotlin.Any | ||
↳ | android.net.ipsec.ike.IkeIdentification | |
↳ | android.net.ipsec.ike.IkeKeyIdIdentification |
IkeKeyIdIdentification represents an IKE entity identification based on a Key ID.
Key ID is an octet stream that may be used to pass vendor-specific information necessary to do certain proprietary types of identification.
Summary
Public constructors | |
---|---|
IkeKeyIdIdentification(keyId: ByteArray) Construct an instance of |
Properties | |
---|---|
ByteArray |
The KEY ID in octet stream. |
Public constructors
IkeKeyIdIdentification
Added in API level 31
IkeKeyIdIdentification(keyId: ByteArray)
Construct an instance of IkeKeyIdIdentification
with a Key ID.
Parameters | |
---|---|
keyId |
ByteArray: the Key ID in bytes. This value cannot be null . |