Searched refs:nonceS (Results 1 – 2 of 2) sorted by relevance
720 public final byte[] nonceS = new byte[NONCE_S_LENGTH]; field in EapSimAkaAttribute.AtNonceS732 byteBuffer.get(nonceS); in AtNonceS()736 public AtNonceS(byte[] nonceS) throws EapSimAkaInvalidAttributeException { in AtNonceS() argument739 if (nonceS.length != NONCE_S_LENGTH) { in AtNonceS()743 System.arraycopy(nonceS, 0, this.nonceS, 0, NONCE_S_LENGTH); in AtNonceS()750 byteBuffer.put(nonceS); in encode()
71 assertArrayEquals(hexStringToByteArray(NONCE_S), atNonceS.nonceS); in testDecode()