Home
last modified time | relevance | path

Searched refs:AlgorithmName (Results 1 – 1 of 1) sorted by relevance

/packages/modules/Connectivity/framework-t/src/android/net/
DIpSecAlgorithm.java218 public @interface AlgorithmName {} annotation in IpSecAlgorithm
259 public IpSecAlgorithm(@NonNull @AlgorithmName String algorithm, @NonNull byte[] key) { in IpSecAlgorithm()
276 @NonNull @AlgorithmName String algorithm, @NonNull byte[] key, int truncLenBits) { in IpSecAlgorithm()