Home
last modified time | relevance | path

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

/packages/modules/IPsec/tests/iketests/src/java/com/android/internal/net/eap/message/simaka/attributes/
DAtCounterTest.java35 import com.android.internal.net.eap.test.message.simaka.EapSimAkaAttribute.AtCounter;
60 assertTrue(result instanceof AtCounter); in testDecodeAtCounter()
61 AtCounter atCounter = (AtCounter) result; in testDecodeAtCounter()
79 AtCounter atCounter = new AtCounter(COUNTER_INT); in testEncodeAtCounter()
/packages/modules/IPsec/src/java/com/android/internal/net/eap/message/simaka/
DEapSimAkaAttributeFactory.java38 import com.android.internal.net.eap.message.simaka.EapSimAkaAttribute.AtCounter;
94 return new AtCounter(lengthInBytes, byteBuffer); in getAttribute()
DEapSimAkaAttribute.java698 public static class AtCounter extends EapSimAkaAttribute { class in EapSimAkaAttribute
703 public AtCounter(int lengthInBytes, ByteBuffer byteBuffer) in AtCounter() method in EapSimAkaAttribute.AtCounter
715 public AtCounter(int counter) throws EapSimAkaInvalidAttributeException { in AtCounter() method in EapSimAkaAttribute.AtCounter