Home
last modified time | relevance | path

Searched defs:IpSecAlgorithm (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/core/java/android/net/
DIpSecAlgorithm.java30 public final class IpSecAlgorithm implements Parcelable { class
97 public IpSecAlgorithm(String algorithm, byte[] key) { in IpSecAlgorithm() method in IpSecAlgorithm
110 public IpSecAlgorithm(@AlgorithmName String algoName, byte[] key, int truncLenBits) { in IpSecAlgorithm() method in IpSecAlgorithm
161 private IpSecAlgorithm(Parcel in) { in IpSecAlgorithm() method in IpSecAlgorithm