Searched refs:AtNonceS (Results 1 – 3 of 3) sorted by relevance
33 import com.android.internal.net.eap.message.simaka.EapSimAkaAttribute.AtNonceS;55 new AtNonceS(INVALID_NONCE); in testConstructorInvalidNonceLength()67 assertTrue(result instanceof AtNonceS); in testDecode()68 AtNonceS atNonceS = (AtNonceS) result; in testDecode()86 AtNonceS atNonceS = new AtNonceS(hexStringToByteArray(NONCE_S)); in testEncode()
43 import com.android.internal.net.eap.message.simaka.EapSimAkaAttribute.AtNonceS;98 return new AtNonceS(lengthInBytes, byteBuffer); in getAttribute()
715 public static class AtNonceS extends EapSimAkaAttribute { class in EapSimAkaAttribute722 public AtNonceS(int lengthInBytes, ByteBuffer byteBuffer) in AtNonceS() method in EapSimAkaAttribute.AtNonceS736 public AtNonceS(byte[] nonceS) throws EapSimAkaInvalidAttributeException { in AtNonceS() method in EapSimAkaAttribute.AtNonceS