Merge "Update documentation for AES-GCM-ESP keymat length" am: f27dc03921
am: 6491b03410 Change-Id: I5e61a9c28dac49f2dca554ce2fdf755ab7be0dab
This commit is contained in:
@@ -78,7 +78,11 @@ public final class IpSecAlgorithm implements Parcelable {
|
|||||||
/**
|
/**
|
||||||
* AES-GCM Authentication/Integrity + Encryption/Ciphering Algorithm.
|
* AES-GCM Authentication/Integrity + Encryption/Ciphering Algorithm.
|
||||||
*
|
*
|
||||||
* <p>Valid lengths for this key are {128, 192, 256}.
|
* <p>Valid lengths for keying material are {160, 224, 288}.
|
||||||
|
*
|
||||||
|
* <p>As per RFC4106 (Section 8.1), keying material consists of a 128, 192, or 256 bit AES key
|
||||||
|
* followed by a 32-bit salt. RFC compliance requires that the salt must be unique per
|
||||||
|
* invocation with the same key.
|
||||||
*
|
*
|
||||||
* <p>Valid ICV (truncation) lengths are {64, 96, 128}.
|
* <p>Valid ICV (truncation) lengths are {64, 96, 128}.
|
||||||
*/
|
*/
|
||||||
|
|||||||
Reference in New Issue
Block a user