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