Searched refs:UnrecognizedAttribute (Results 1 – 2 of 2) sorted by relevance
1301 if (attr instanceof UnrecognizedAttribute) { in hasUnrecognizedAttribute()1845 return new Pair(new UnrecognizedAttribute(type, value), length); in readFrom()1887 protected static final class UnrecognizedAttribute extends Attribute { class in IkeSaPayload1888 protected UnrecognizedAttribute(int type, byte[] value) { in UnrecognizedAttribute() method in IkeSaPayload.UnrecognizedAttribute
71 import com.android.internal.net.ipsec.test.ike.message.IkeSaPayload.UnrecognizedAttribute;593 Attribute attributeUnrecognized = new UnrecognizedAttribute(1, new byte[0]); in testDecodeTransformWithUnrecogniedAttributeType()