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

/frameworks/base/core/java/android/net/
H A DIpSecAlgorithm.java25 * IpSecAlgorithm specifies a single algorithm that can be applied to an IpSec Transform. Refer to
30 public final class IpSecAlgorithm implements Parcelable { class in inherits:Parcelable
91 * Specify a IpSecAlgorithm of one of the supported types including the truncation length of the
97 public IpSecAlgorithm(String algorithm, byte[] key) { method in class:IpSecAlgorithm
102 * Specify a IpSecAlgorithm of one of the supported types including the truncation length of the
110 public IpSecAlgorithm(@AlgorithmName String algoName, byte[] key, int truncLenBits) { method in class:IpSecAlgorithm
150 public static final Parcelable.Creator<IpSecAlgorithm> CREATOR =
151 new Parcelable.Creator<IpSecAlgorithm>() {
152 public IpSecAlgorithm createFromParcel(Parcel in) {
153 return new IpSecAlgorithm(i
161 private IpSecAlgorithm(Parcel in) { method in class:IpSecAlgorithm
[all...]

Completed in 403 milliseconds