D | IkeNotifyPayload.java | 77 public final class IkeNotifyPayload extends IkeInformationalPayload { class 78 private static final String TAG = IkeNotifyPayload.class.getSimpleName(); 230 IkeNotifyPayload(boolean isCritical, byte[] payloadBody) throws IkeProtocolException { in IkeNotifyPayload() method in IkeNotifyPayload 348 protected IkeNotifyPayload( in IkeNotifyPayload() method in IkeNotifyPayload 366 public IkeNotifyPayload(int notifyType, byte[] notifyData) { in IkeNotifyPayload() method in IkeNotifyPayload 381 public IkeNotifyPayload(int notifyType) { in IkeNotifyPayload() method in IkeNotifyPayload 392 public IkeNotifyPayload( in IkeNotifyPayload() method in IkeNotifyPayload
|