# Print output for @column tags ?>
public
final
class
IkeKeyIdIdentification
extends IkeIdentification
| java.lang.Object | ||
| ↳ | 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.
Fields | |
|---|---|
public
final
byte[] |
keyId
The KEY ID in octet stream. |
Public constructors | |
|---|---|
IkeKeyIdIdentification(byte[] keyId)
Construct an instance of |
|
Inherited methods | |
|---|---|
public final byte[] keyId
The KEY ID in octet stream.
public IkeKeyIdIdentification (byte[] keyId)
Construct an instance of IkeKeyIdIdentification with a Key ID.
| Parameters | |
|---|---|
keyId |
byte: the Key ID in bytes.
This value cannot be null. |