Searched refs:MAX_NONCE_LEN (Results 1 – 1 of 1) sorted by relevance
47 private static final int MAX_NONCE_LEN = 256; field in IkeNoncePayload59 if (payloadBody.length < MIN_NONCE_LEN || payloadBody.length > MAX_NONCE_LEN) { in IkeNoncePayload()