HomeSort by relevance Sort by last modified time
    Searched defs:IpSecAlgorithm (Results 1 - 6 of 6) sorted by null

  /frameworks/base/tests/net/java/android/net/
IpSecAlgorithmTest.java 34 /** Unit tests for {@link IpSecAlgorithm}. */
50 new SimpleEntry<>(IpSecAlgorithm.AUTH_HMAC_MD5, 128),
51 new SimpleEntry<>(IpSecAlgorithm.AUTH_HMAC_SHA1, 160),
52 new SimpleEntry<>(IpSecAlgorithm.AUTH_HMAC_SHA256, 256),
53 new SimpleEntry<>(IpSecAlgorithm.AUTH_HMAC_SHA384, 384),
54 new SimpleEntry<>(IpSecAlgorithm.AUTH_HMAC_SHA512, 512),
55 new SimpleEntry<>(IpSecAlgorithm.AUTH_CRYPT_AES_GCM, 224)
61 new IpSecAlgorithm(
69 new IpSecAlgorithm(IpSecAlgorithm.CRYPT_AES_CBC, Arrays.copyOf(KEY_MATERIAL, 256 / 8))
    [all...]
  /frameworks/base/core/java/android/net/
IpSecAlgorithm.java 37 public final class IpSecAlgorithm implements Parcelable {
38 private static final String TAG = "IpSecAlgorithm";
132 * Creates an IpSecAlgorithm of one of the supported types. Supported algorithm names are
136 * parameter. See {@link #IpSecAlgorithm(String algorithm, byte[] key, int truncLenBits)}
141 public IpSecAlgorithm(@NonNull @AlgorithmName String algorithm, @NonNull byte[] key) {
146 * Creates an IpSecAlgorithm of one of the supported types. Supported algorithm names are
156 public IpSecAlgorithm(
194 public static final Parcelable.Creator<IpSecAlgorithm> CREATOR =
195 new Parcelable.Creator<IpSecAlgorithm>() {
196 public IpSecAlgorithm createFromParcel(Parcel in)
    [all...]
  /prebuilts/sdk/28/
android.jar 
  /prebuilts/sdk/current/
android.jar 
  /prebuilts/sdk/system_28/
android.jar 
  /prebuilts/sdk/system_current/
android.jar 

Completed in 67 milliseconds