Searched refs:AtNonceS (Results 1 – 4 of 4) sorted by relevance
33 import com.android.internal.net.eap.test.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()
49 import com.android.internal.net.eap.message.simaka.EapSimAkaAttribute.AtNonceS;104 return new AtNonceS(lengthInBytes, byteBuffer); in getAttribute()
775 public static class AtNonceS extends EapSimAkaReservedBytesAttribute { class in EapSimAkaAttribute781 public AtNonceS(int lengthInBytes, ByteBuffer byteBuffer) in AtNonceS() method in EapSimAkaAttribute.AtNonceS793 public AtNonceS(byte[] nonceS) throws EapSimAkaInvalidAttributeException { in AtNonceS() method in EapSimAkaAttribute.AtNonceS
816 ((EapSimAkaAttribute.AtNonceS) securedAttributes.get(EAP_AT_NONCE_S)).nonceS; in handleReauthentication()