Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/net/
DIpSecAlgorithm.java125 public @interface AlgorithmName {} annotation in IpSecAlgorithm
141 public IpSecAlgorithm(@NonNull @AlgorithmName String algorithm, @NonNull byte[] key) { in IpSecAlgorithm()
157 @NonNull @AlgorithmName String algorithm, @NonNull byte[] key, int truncLenBits) { in IpSecAlgorithm()